[Haskell-cafe] Re: Using Haddock to document ADTs

Alfonso Acosta alfonso.acosta at gmail.com
Sun Oct 21 20:09:19 EDT 2007


On 10/22/07, Alfonso Acosta <alfonso.acosta at gmail.com> wrote:
> ========== Foolib.hs ============
> -- | This is Foolib which is aimed at whatever
> module Foolib (ADT) where
>
> import ADT
>
> ===================

Sorry, I meant (although my error was probably obvious)

 ========== Foolib.hs ============
 -- | This is Foolib which is aimed at whatever
 module Foolib (ADT1) where

 import ADT1

 ===================


More information about the Haskell-Cafe mailing list