> If I run csi and eval > > (use html-stream syntax-case srfi-40) > (stream-cons "foo" stream-null) > > I get > > Error: unbound variable: stream-cons .
I found a simpler way to trigger the error. If I do
(use srfi-40 syntax-case)
(stream-cons "foo" stream-null) ; ,
The error persists.
Alejo.
http://azul.freaks-unidos.net/
_______________________________________________
Chicken-users mailing list
[email protected]
http://lists.nongnu.org/mailman/listinfo/chicken-users
