Advertisement
Guest User

Untitled

a guest
Sep 28th, 2016
60
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.25 KB | None | 0 0
  1. (l/run* [a b]
  2. (l/== b 2)
  3. (l/conjo a 2 3 [1 2 3])) => ([[1] 2])
  4.  
  5. (l/run* [a b]
  6. (l/== b 2)
  7. (l/conjo a b 3 [1 2 3])) => ()
  8.  
  9. (l/run* [a b]
  10. (l/conjo a b 3 [1 2 3])) =>
  11. (([_0 _1] :- (clojure.core.logic/conjo <lvar:a__23616> _1 3 [1 2 3])))
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement