fun substituted for the QLC is not compiled · Issue #3 · k1complete/qlc

Hi There, I am trying to use the following: list = [["a",1],["b",2]] Qlc.q("[X || X = [K,V] <- L, K =/= Item]", L: list, Item: "b") Issue is that I want to substitute this whole thing with a variab...