Ticket #884 (closed defect: fixed)
bug with define-type and modules
| Reported by: | megane | Owned by: | |
|---|---|---|---|
| Priority: | major | Milestone: | 4.9.0 |
| Component: | unknown | Version: | 4.7.x |
| Keywords: | types | Cc: |
Description
Moving the define-type outside the modules makes the following work.
(module foo * (import chicken scheme) (define-type footype string) (the footype "bar")) ; Error: invalid type specification: footype
Change History
Note: See
TracTickets for help on using
tickets.
