Changeset 15425 for src/Pugs/Val

Show
Ignore:
Timestamp:
03/03/07 16:37:34 (21 months ago)
Author:
audreyt
Message:

* Massive Haddoc-compatibility fix to make all modules

haddockable.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • src/Pugs/Val/Code.hs

    r15412 r15425  
    9898type PureSig = Sig 
    9999 
    100 -- | Single parameter for a function/method, e.g.: 
     100-- | Single parameter for a function or method, e.g.: 
    101101--   Elk $m where { $m.antlers ~~ Velvet } 
    102102{-|