[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Chicken-users] problems with datatype and eopl 3-5
From: |
felix winkelmann |
Subject: |
Re: [Chicken-users] problems with datatype and eopl 3-5 |
Date: |
Mon, 23 Apr 2007 10:36:49 +0200 |
Hi, Ulrich!
To use the "datatype" extension, then use
"require-extension" (or "use") to load the macros,
"require-for-syntax" is for obscure special uses, and
should normally not be used:
(require-extension datatype)
This should make it work.
cheers,
felix