Changeset 15327 for src/Pugs/Prim.hs
- Timestamp:
- 02/22/07 20:20:59 (21 months ago)
- Files:
-
- 1 modified
-
src/Pugs/Prim.hs (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
src/Pugs/Prim.hs
r15307 r15327 77 77 return . VList $ map (castV . (% (clocksPerSecond :: VInt)) . toInteger . fromEnum) 78 78 [u, s, cu, cs] 79 op0 " \xA5" = op0Zip -- ¥80 op0 " Y" = op0 "\xA5"81 op0 "XX" = op0Cross 79 op0 "Z" = op0Zip 80 op0 "X" = op0Cross 81 -- op0 "minmax" = op0Minmax 82 82 op0 "File::Spec::cwd" = const $ do 83 83 cwd <- guardIO getCurrentDirectory … … 2089 2089 \\n Scalar left .[] safe (Array, Int)\ 2090 2090 \\n Scalar left .{} safe (Hash, Str)\ 2091 \\n List list \xA5 safe (Array)\2092 2091 \\n List list Y safe (Array)\ 2093 \\n List list X Xsafe (Array)\2092 \\n List list X safe (Array)\ 2094 2093 \\n List spre <== safe (List)\ 2095 2094 \\n List left ==> safe (List, Code)\
