Hi,

I wanted to use featurec to generate hash-map, 
similarily to a way I use membero when generating lists.

i.e 
=>  (run 1 [q]
#=>   (membero :a q))
((:a . _0))

Unfortunately when I try to do something \w it, it throws exception

=> (first *1)
(1 . _0)
=> (first *1)
IllegalArgumentException Don't know how to create ISeq from: 
clojure.core.logic.LCons  clojure.lang.RT.seqFrom (RT.java:505)

I guess I need to somehow convert the "logic-based" list to 
"clojure-based", how do I do it?

Thanks!

Adam

-- 
-- 
You received this message because you are subscribed to the Google
Groups "Clojure" group.
To post to this group, send email to clojure@googlegroups.com
Note that posts from new members are moderated - please be patient with your 
first post.
To unsubscribe from this group, send email to
clojure+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/clojure?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
"Clojure" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to clojure+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.


Reply via email to