bug-guile
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Fw: manual - small typo error


From: Ludovic Courtès
Subject: Re: Fw: manual - small typo error
Date: Wed, 06 Jul 2011 18:21:44 +0200
User-agent: Gnus/5.110017 (No Gnus v0.17) Emacs/24.0.50 (gnu/linux)

Hi,

David Pirotte <address@hidden> 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

[Prev in Thread] Current Thread [Next in Thread]