rodsie1997 / lalr-scm

Automatically exported from code.google.com/p/lalr-scm
0 stars 0 forks source link

Guile support requires SRFI-9 #4

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
`define-record-type' isn't automatically available in Guile unless you use
the SRFI-9 support module; the call to `use-modules' in the cond-expand
section for Guile should include the module `(srfi srfi-9)'.

Original issue reported on code.google.com by jool...@gmail.com on 22 Mar 2009 at 10:41

GoogleCodeExporter commented 8 years ago
Fixed.

Original comment by schemeway on 23 Mar 2009 at 2:21