Changeset 20058 for src/Pugs/AST/Pad.hs

Show
Ignore:
Timestamp:
03/04/08 22:06:31 (9 months ago)
Author:
gbacon
Message:

Build the library, but the executable still doesn't link. Why aren't we building an Executable with cabal?

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • src/Pugs/AST/Pad.hs

    r17047 r20058  
    8080    PEConstant{ pe_proto = MkRef (ICode newCV), pe_flags = flags } 
    8181    PEConstant{ pe_proto = MkRef (ICode oldCV) } 
    82     | Just newMC <- fromTypeable newCV 
    83     , Just oldMC <- fromTypeable oldCV 
     82    | Just (newMC :: VMultiCode) <- fromTypeable newCV 
     83    , Just (oldMC :: VMultiCode) <- fromTypeable oldCV 
    8484    = PEConstant 
    8585        { pe_type  = mc_type newMC -- XXX - Select a narrower type?