Show
Ignore:
Timestamp:
11/05/05 21:27:53 (3 years ago)
Author:
autrijus
Message:

* Accomodate Parrot trunk's PGE::Hs change (r9802)

to capture the PGE_String form in Matches.

Files:
1 modified

Legend:

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

    r7579 r7854  
    3030    rv  <- tryIO Nothing $ fmap Just (readIO $ decodeUTF8 pge) 
    3131    let matchToVal PGE_Fail = VMatch mkMatchFail 
     32        matchToVal (PGE_String str) = VStr str 
    3233        matchToVal (PGE_Array ms) = VList (map matchToVal ms) 
    3334        matchToVal (PGE_Match from to pos named) = VMatch $