SCM Repository
Annotation of /sml/branches/primop-branch-3/cm/dummy.sml
Parent Directory
|
Revision Log
Revision 651 -
(view)
(download)
Original Path: sml/trunk/src/cm/dummy.sml
1 : | blume | 271 | structure Dummy = struct |
2 : | type t = unit | ||
3 : | val v = () | ||
4 : | fun f () = raise Fail "notyet" | ||
5 : | end |
root@smlnj-gforge.cs.uchicago.edu | ViewVC Help |
Powered by ViewVC 1.0.0 |