SCM Repository
Diff of /sml/trunk/src/cm/semant/primitive.sml
Parent Directory
|
Revision Log
|
Patch
revision 272, Wed May 12 07:09:28 1999 UTC | revision 273, Wed May 12 08:38:51 1999 UTC | |
---|---|---|
# | Line 3 | Line 3 |
3 | type primitive | type primitive |
4 | ||
5 | val fromString : string -> primitive | val fromString : string -> primitive |
6 | val toString : primitive -> string | |
7 | ||
8 | val exports: primitive -> SymbolSet.set | val exports: primitive -> SymbolSet.set |
9 | end | end |
# | Line 12 | Line 13 |
13 | type primitive = Dummy.t | type primitive = Dummy.t |
14 | ||
15 | fun fromString s = Dummy.f () | fun fromString s = Dummy.f () |
16 | fun toString p = Dummy.f () | |
17 | fun exports p = Dummy.f () | fun exports p = Dummy.f () |
18 | end | end |
|
root@smlnj-gforge.cs.uchicago.edu | ViewVC Help |
Powered by ViewVC 1.0.0 |