Skip to content

Commit

Permalink
minor: turn into test
Browse files Browse the repository at this point in the history
  • Loading branch information
namin committed Aug 31, 2023
1 parent 7b8ac4f commit a6bfb3a
Showing 1 changed file with 9 additions and 7 deletions.
16 changes: 9 additions & 7 deletions tests/applications/metaKanren.rkt
Original file line number Diff line number Diff line change
Expand Up @@ -495,13 +495,15 @@ Syntax

;; tests

(run 1 (res)
(staged
(eval-programo
`(run* (z)
(letrec-rel ((unify-2 (z) (== z '2)))
(call-rel unify-2 z)))
res)))
(time-test
(run 1 (res)
(staged
(eval-programo
`(run* (z)
(letrec-rel ((unify-2 (z) (== z '2)))
(call-rel unify-2 z)))
res)))
'((2)))



Expand Down

0 comments on commit a6bfb3a

Please sign in to comment.