SCM Repository
Diff of /trunk/src/compiler/IL/gen/high-il.in
Parent Directory
|
Revision Log
|
Patch
revision 400, Thu Oct 14 21:06:49 2010 UTC | revision 401, Thu Oct 14 21:08:45 2010 UTC | |
---|---|---|
# | Line 22 | Line 22 |
22 | val hashstring = HashString.hashString | val hashstring = HashString.hashString |
23 | fun stringToString s = String.concat["\"", s, "\""] | fun stringToString s = String.concat["\"", s, "\""] |
24 | ||
25 | (* required helper functions for the mask tyoe *) | (* required helper functions for the mask type *) |
26 | type mask = bool list | type mask = bool list |
27 | val samemask : (mask * mask -> bool) = (op =) | val samemask : (mask * mask -> bool) = (op =) |
28 | fun hashmask m = | fun hashmask m = |
|
root@smlnj-gforge.cs.uchicago.edu | ViewVC Help |
Powered by ViewVC 1.0.0 |