Opening structures distributed inside scheme/misc/
"Diogo F. S. Ramos" <[email protected]> Thu, 28 Apr 2011 00:07:05 -0300
| Newsgroups | gmane.lisp.scheme.scheme48 |
|---|---|
| Message-ID | <[email protected]> |
How do I open structures distributed inside scheme/misc/, like scheme/misc/pipe.scm? ,open doesn't work, as it can't find the structure. I see that the procedures inside 'pipe.scm' are exported as a structure called 'call-with-mumble-pipes', but ',open' can't find it neither. Apparently I'm only able to open structures listed inside scheme/packages.scm. -- Diogo F. S. Ramos