Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

symbolo and numbero missing? #21

Open
egreglee opened this issue Dec 1, 2014 · 1 comment
Open

symbolo and numbero missing? #21

egreglee opened this issue Dec 1, 2014 · 1 comment

Comments

@egreglee
Copy link

egreglee commented Dec 1, 2014

After cloning from https://github.com/calvis/cKanren.git, running the raco link and setup steps, and requiring

(require cKanren/miniKanren)
(require cKanren/absento)

I can see absento and the basic miniKanren stuff. However symbolo and numbero are not defined although the README.md suggests that they should be.

racket v6.1.1.

Warning: This could well be user error as I'm just starting out with cKanren.

@ceenlrnjim
Copy link

I am having the same problem. I found "symbol" in attributes.rkt which is what the symbolo tests are using. Try

(require cKanren/attributes)

and use "symbol" instead of "symbolo". Same thing with "number" instead of "numbero". I'm brand new to this as well, so I may be misunderstanding, but after a quick test in the racket REPL it looks like this is working.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants