Changeset 7854 for src/Pugs/Prim/Match.hs
- Timestamp:
- 11/05/05 21:27:53 (3 years ago)
- Files:
-
- 1 modified
-
src/Pugs/Prim/Match.hs (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
src/Pugs/Prim/Match.hs
r7579 r7854 30 30 rv <- tryIO Nothing $ fmap Just (readIO $ decodeUTF8 pge) 31 31 let matchToVal PGE_Fail = VMatch mkMatchFail 32 matchToVal (PGE_String str) = VStr str 32 33 matchToVal (PGE_Array ms) = VList (map matchToVal ms) 33 34 matchToVal (PGE_Match from to pos named) = VMatch $
