Changeset 10649 for src/Pugs/Lexer.hs

Show
Ignore:
Timestamp:
06/12/06 14:37:12 (2 years ago)
Author:
audreyt
Message:

* unpush r10645 and r10648 as promised.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • src/Pugs/Lexer.hs

    r10648 r10649  
    386386 
    387387ruleBareTrait :: String -> RuleParser String 
    388 ruleBareTrait trait = tryRule "bare trait" $ do 
     388ruleBareTrait trait = rule "bare trait" $ do 
    389389    choice [ ruleTraitName trait 
    390390           , do symbol trait