Hi,

David Pirotte <[email protected]> skribis:

> I forgot to mention, in relation to this manual small example, that 'as is' 
> it won't
> wok because (my-module) must also import (oop goops). the text of the example
> should become:
>
>     ...
>     (define-module (my-module)
>        #:use-module (oop goops)
>        #:use-module (math 2D-vectors)
>        #:use-module (math 3D-vectors)
>        #:duplicates (merge-generics))

Fixed, thanks!

Ludo’.

Reply via email to