Changeset 13717 for src/Pugs/Prim/List.hs
- Timestamp:
- 09/29/06 03:34:35 (2 years ago)
- Files:
-
- 1 modified
-
src/Pugs/Prim/List.hs (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
src/Pugs/Prim/List.hs
r13681 r13717 277 277 _true = return (VBool True) 278 278 _list = return (VList []) 279 _neg1 = return (VInt (toInteger (complement 0 :: Word)))279 _neg1 = return (VInt $ -1) 280 280 _junc = \jtyp -> return . VJunc $ MkJunc jtyp Set.empty Set.empty 281 281 _'' = return (VStr "")
