chicken-users
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Chicken-users] Problem with define-structure


From: Benedikt Rosenau
Subject: [Chicken-users] Problem with define-structure
Date: Fri, 22 Oct 2004 14:52:30 +0200
User-agent: Mutt/1.4i

Hello Felix and the rest,


Something happened to define-structure as used in the match-package:

$ csi
  _, _,_ _  _, _,_ __, _, _
 / ` |_| | / ` |_/ |_  |\ |
 \ , | | | \ , | \ |   | \|
  ~  ~ ~ ~  ~  ~ ~ ~~~ ~  ~
Version 1, Build 73 - linux-unix-gnu-x86
(c)2000-2004 Felix L. Winkelmann
; loading .csirc ...
#;1> (define-structure (Method code))
Error: unbound variable: code
;1> (use match)
#;2> (define-structure (Method code))
Error: unbound variable: code
#;2> ,x (define-structure (Method code))
(define-structure (Method code))

The compiler behaves similarly.


Regards,
   Benediikt




reply via email to

[Prev in Thread] Current Thread [Next in Thread]