Changeset 15425 for src/Pugs/AST.hs

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/AST.hs

    r15417 r15425  
    352352 
    353353{-| 
    354 Symbols which are reserved for the current interpreter/compiler instance and 
    355 should not be set from the preamble or other sources.  See 
    356 @Pugs.AST.filterUserDefinedPad@. 
     354Symbols which are reserved for the current interpreter or compiler instance and 
     355should not be set from the preamble or other sources. See @filterUserDefinedPad@. 
    357356-} 
    358357_reserved :: Set Var