SCM Repository
[smlnj] / sml / trunk / src / compiler / CodeGen / cpscompile / smlnj-const.sml |
Annotation of /sml/trunk/src/compiler/CodeGen/cpscompile/smlnj-const.sml
Parent Directory
|
Revision Log
Revision 237 - (view) (download)
1 : | monnier | 237 | structure SMLNJConstant = struct |
2 : | type const = unit | ||
3 : | fun toString () = "" | ||
4 : | fun valueOf () = 0 | ||
5 : | end |
root@smlnj-gforge.cs.uchicago.edu | ViewVC Help |
Powered by ViewVC 1.0.0 |