Changeset 12204 for src/Pugs/Compile

Show
Ignore:
Timestamp:
08/14/06 08:21:50 (2 years ago)
Author:
cmarcelo
Message:

* Integrate judy and HsJudy? on Pugs' build process. Make IArray and IHash
use HsJudy?.

Files:
1 modified

Legend:

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

    r10107 r12204  
    6565        where 
    6666        syms = padToList pad 
     67 
     68instance Compile IHash where 
     69    compile map = error (show map) 
     70 
    6771 
    6872instance Compile (String, [(TVar Bool, TVar VRef)]) where