[plt-scheme] question from a newbie regarding the import of a library

From: Noel Welsh (noelwelsh at gmail.com)
Date: Sat Apr 4 15:01:03 EDT 2009

To load miniKanren you just have to evaluate the Planet require
statement from the website:

  (require (planet dfriedman/miniKanren:1:1/minikanren))

I did this, and it installed without error. I didn't run anything
after this as I don't recall how Kanren works. What did you evaluate
that makes you think it doesn't work?

N.

On Sat, Apr 4, 2009 at 5:11 PM, Jon Loldrup <loldrup at gmail.com> wrote:
> Hi
>
> I'm trying to import the minikanren library to my PLT-Scheme 4.1.5. Does a
> relatively simple method exist for getting to know how to import libraries
> into DrScheme?...


Posted on the users mailing list.