[bugfix] remove import in (picrin experimental lambda)
This commit is contained in:
parent
087e65ef1c
commit
21c12e9fe5
|
@ -1,6 +1,5 @@
|
||||||
(define-library (picrin experimental lambda)
|
(define-library (picrin experimental lambda)
|
||||||
(import (scheme base)
|
(import (picrin base)
|
||||||
(picrin base)
|
|
||||||
(picrin macro))
|
(picrin macro))
|
||||||
|
|
||||||
(define-syntax (destructuring-let formal value . body)
|
(define-syntax (destructuring-let formal value . body)
|
||||||
|
|
Loading…
Reference in New Issue