Skip to content

Commit

Permalink
moved miniKanren.scm and removed an extra space
Browse files Browse the repository at this point in the history
  • Loading branch information
William Byrd committed Mar 14, 2012
1 parent e6c973e commit ea50a90
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion cKanren/ck.scm
Expand Up @@ -12,7 +12,7 @@
lhs rhs walk walk* var? lambdag@ mzerog unitg onceo
conde conda condu ifa ifu project fresh :)

(import (rnrs) (cKanren mk)
(import (rnrs) (cKanren mk)
(only (chezscheme) make-parameter))

;; ---HELPERS------------------------------------------------------
Expand Down
4 changes: 2 additions & 2 deletions cKanren/miniKanren.scm → miniKanren.scm
@@ -1,7 +1,7 @@
;; In order to use "basic" miniKanren

(load "ck.scm")
(load "tree-unify.scm")
(load "cKanren/ck.scm")
(load "cKanren/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 ea50a90

Please sign in to comment.