Show
Ignore:
Timestamp:
05/26/05 23:10:37 (4 years ago)
Author:
autrijus
svk:copy_cache_prev:
5482
Message:

* marshall pugs execution environment into $pugs::env.

Files:
1 modified

Legend:

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

    r3918 r3919  
    213213    fromSV sv = do 
    214214        str <- liftIO $ svToVStr sv 
    215         fail $ "cannot cast from SV (" ++ str ++ " to " ++ errType (undefined :: n) 
     215        fail $ "cannot cast from SV (" ++ str ++ ") to " ++ errType (undefined :: n) 
    216216    vCast :: Val -> n 
    217217    vCast v@(VRef _)    = castFail v