Changeset 15461 for src/Pugs/Meta

Show
Ignore:
Timestamp:
03/05/07 11:57:14 (21 months ago)
Author:
gaal
Message:

* affix "fix" to mkPureClass (heretofore called "mkBoxPureClass")

freeing callers from worrying about wild Y combinators.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • src/Pugs/Meta/Str.hs

    r15458 r15461  
    1010 
    1111_StrClass :: PureClass 
    12 _StrClass = fix $ mkBoxPureClass "Str" 
     12_StrClass = mkPureClass "Str" 
    1313    [ "reverse"     ... (MkStr . Str.reverse . unStr) 
    1414    ]