SCM Repository
View of /sml/trunk/src/cm/semant/primitive.sml
Parent Directory
|
Revision Log
Revision 273 -
(download)
(annotate)
Wed May 12 08:38:51 1999 UTC (23 years, 1 month ago) by blume
File size: 351 byte(s)
Wed May 12 08:38:51 1999 UTC (23 years, 1 month ago) by blume
File size: 351 byte(s)
checking for group cycles implemented (with nicely formatted error message)
signature PRIMITIVE = sig type primitive val fromString : string -> primitive val toString : primitive -> string val exports: primitive -> SymbolSet.set end structure Primitive :> PRIMITIVE = struct type primitive = Dummy.t fun fromString s = Dummy.f () fun toString p = Dummy.f () fun exports p = Dummy.f () end
root@smlnj-gforge.cs.uchicago.edu | ViewVC Help |
Powered by ViewVC 1.0.0 |