Changeset 15425 for src/Pugs/AST.hs
- Timestamp:
- 03/03/07 16:37:34 (21 months ago)
- Files:
-
- 1 modified
-
src/Pugs/AST.hs (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
src/Pugs/AST.hs
r15417 r15425 352 352 353 353 {-| 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@. 354 Symbols which are reserved for the current interpreter or compiler instance and 355 should not be set from the preamble or other sources. See @filterUserDefinedPad@. 357 356 -} 358 357 _reserved :: Set Var
