Changeset 3538 for src/Pugs/Prim/List.hs
- Timestamp:
- 05/20/05 23:49:16 (4 years ago)
- svk:copy_cache_prev:
- 5107
- Files:
-
- 1 modified
-
src/Pugs/Prim/List.hs (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
src/Pugs/Prim/List.hs
r3501 r3538 102 102 return $ if min_or_max (cmp > (0::VInt)) then a else b 103 103 104 op1Uniq :: Val -> Eval Val 104 105 op1Uniq v = do 105 106 -- We want to have a real Haskell list
