Changeset 8153 for src/Pugs/Compile/Haskell.hs
- Timestamp:
- 12/10/05 13:24:15 (3 years ago)
- Files:
-
- 1 modified
-
src/Pugs/Compile/Haskell.hs (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
src/Pugs/Compile/Haskell.hs
r5890 r8153 65 65 argC1 = compile arg1 66 66 argC2 = compile arg2 67 compile (Cxt _ arg) = compile arg 68 compile (Pos _ arg) = compile arg 67 compile (Ann _ arg) = compile arg 69 68 compile (Val (VInt i)) = [| return (VInt i) |] 70 69 compile (Val (VStr s)) = [| return (VStr s) |]
