~ chicken-core (chicken-5) 993c6754dbc32bb4cbb1c7d3baac677efe797a4f
commit 993c6754dbc32bb4cbb1c7d3baac677efe797a4f Author: felix <felix@call-with-current-continuation.org> AuthorDate: Sun Jan 25 21:54:30 2015 +0100 Commit: felix <felix@call-with-current-continuation.org> CommitDate: Sun Jan 25 21:54:30 2015 +0100 lfa2.scm: mini-srfi-1 diff --git a/lfa2.scm b/lfa2.scm index ebfd0bf2..6d16fbd2 100644 --- a/lfa2.scm +++ b/lfa2.scm @@ -44,6 +44,7 @@ chicken.compiler.support) (include "tweaks") +(include "mini-srfi-1.scm") (define d-depth 0) (define lfa2-debug #t)Trap