Hi,
Kevin Ryde <[EMAIL PROTECTED]> writes:
> Is it supposed to work to set the default duplicates handling to an
> empty list?
Why not, but we need to define the semantics.
> It seems to work in 1.8, but in the head it's giving
>
> => Unbound variable: map
In `resolve_duplicate_binding (
Is it supposed to work to set the default duplicates handling to an
empty list? Eg. foo.scm containing
(define-module (foo)
#:duplicates ()
#:use-module (srfi srfi-1))
(pk map)
It seems to work in 1.8, but in the head it's giving
=> Unbound variable: