On Sat, 2010-01-23 at 19:50 -0600, Eduardo Cavazos wrote:

> I tried the above in Ikarus and it's producing an error:
> 
> > (define-record-type++ (foo foo-maker is-it-a-foo?)
>     is-foo import-foo
>     (fields a (mutable b) (immutable c c-get))
>     (methods)
>     (sealed #T))
> 
> Unhandled exception
>  Condition components:
>    1. &who: foo
>    2. &message: "invalid expression"
>    3. &syntax:
>        form: foo
>        subform: #f
>    4. &trace: #<syntax foo>
> > 
> 
> Checking it out...

Er... never mind. False alarm. :-) The macro is working now.

Ed

Reply via email to