Changeset 4914 for src/Pugs/Compile

Show
Ignore:
Timestamp:
06/22/05 20:57:31 (3 years ago)
Author:
autrijus
svk:copy_cache_prev:
6641
Message:

* 01-sanity/07-test.t is now working!

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • src/Pugs/Compile/PIR.hs

    r4913 r4914  
    114114        rhsC    <- trans rhs 
    115115        return $ lhsC `KEYED` rhsC 
    116     trans (PApp cxt fun args) = do 
     116    trans (PApp _ fun args) = do 
    117117        funC    <- trans fun {- case fun of 
    118118            PExp (PVar name) -> return $ lit name