SCM Repository
View of /sml/trunk/src/cm/smlfile/smlinfo.sml
Parent Directory
|
Revision Log
Revision 270 -
(download)
(annotate)
Tue May 11 07:45:42 1999 UTC (23 years, 1 month ago) by blume
File size: 706 byte(s)
Tue May 11 07:45:42 1999 UTC (23 years, 1 month ago) by blume
File size: 706 byte(s)
semant/members.sml should be fairly complete now
signature SMLINFO = sig type info type fileoffset = AbsPath.t * int type stableinfo = { skeleton: Skeleton.decl, binary: fileoffset } val new : { sourcepath: AbsPath.t, group: AbsPath.t, history: string option, share: bool option, stableinfo: stableinfo option } -> info val exports : info -> SymbolSet.set val describe : info -> string end structure SmlInfo :> SMLINFO = struct type info = Dummy.t type fileoffset = AbsPath.t * int type stableinfo = { skeleton: Skeleton.decl, binary: fileoffset } fun new { sourcepath, group, history, share, stableinfo } = Dummy.v fun exports i = Dummy.f () fun describe i = Dummy.f () end
root@smlnj-gforge.cs.uchicago.edu | ViewVC Help |
Powered by ViewVC 1.0.0 |