Skip to content

Commit

Permalink
updates
Browse files Browse the repository at this point in the history
  • Loading branch information
kourzanov committed Jun 28, 2017
1 parent 93d0a0b commit 93eff30
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions recette/testnumbers.scm
Original file line number Diff line number Diff line change
Expand Up @@ -56,5 +56,10 @@
((1 1) (0 0 0 1) (0 0 0 1 1))
((0 1 1) (0 0 1) (0 0 0 1 1))
((0 0 1 1) (0 1) (0 0 0 1 1)))

(write (run* (q)
(fresh (x y)
(*o x y (build-num 496))
(== `(,x ,y ,(build-num 496)) q))))
)
; the end

0 comments on commit 93eff30

Please sign in to comment.