Skip to content

Commit

Permalink
Merge branch 'master' of https://github.com/calvis/cKanren
Browse files Browse the repository at this point in the history
  • Loading branch information
eholk committed Jan 11, 2012
2 parents 258f60a + c03d30b commit 6c500bf
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions miniKanren.scm
@@ -1,6 +1,7 @@
;; In order to use "basic" miniKanren

(load "ck.scm")
(load "tree-unify.scm")

(define-syntax run1 (syntax-rules () ((_ (x) g0 g ...) (run 1 (x) g0 g ...))))
(define-syntax run2 (syntax-rules () ((_ (x) g0 g ...) (run 2 (x) g0 g ...))))
Expand Down

0 comments on commit 6c500bf

Please sign in to comment.