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/Prim/Match.hs

    r15324 r15425  
    161161    op2Match x (VType (mkType name)) 
    162162 
    163 -- $x ~~ tr/x/y/ ==> $x = ~$x.trans('x' => 'y') 
     163-- '$x ~~ tr/x/y/' ==> $x = ~$x.trans('x' => 'y') 
    164164op2Match x (VSubst (MkTrans from to)) = do 
    165165    str <- fromVal x