Changeset 3103

Show
Ignore:
Timestamp:
05/12/05 18:23:10 (4 years ago)
Author:
autrijus
svk:copy_cache_prev:
4536
Message:

* failing to find Parrot is no longer fatal.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • src/Pugs/Prim/Match.hs

    r3004 r3103  
    2828        return (name, rxRule rule) 
    2929    pge <- liftIO $ evalPGE pwd (encodeUTF8 cs) (encodeUTF8 re) subrules 
     30            `catch` (\e -> return $ ioeGetErrorString e) 
    3031    rv  <- tryIO Nothing $ fmap Just (readIO $ decodeUTF8 pge) 
    3132    let matchToVal PGE_Fail = VMatch mkMatchFail