Changeset 20058 for src/Pugs/Monads.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/Monads.hs

    r17044 r20058  
    252252recloseRef :: VRef -> STM VRef 
    253253recloseRef (MkRef (ICode cv)) 
    254     | Just vcode <- fromTypeable cv = do 
     254    | Just (vcode :: VCode) <- fromTypeable cv = do 
    255255        vcode'   <- recloseCode vcode 
    256256        return . MkRef . ICode $ vcode'