SCM Repository
View of /sml/trunk/src/cm/semant/iinfo.sml
Parent Directory
|
Revision Log
Revision 461 -
(download)
(annotate)
Thu Nov 4 08:06:56 1999 UTC (21 years, 2 months ago) by blume
File size: 591 byte(s)
Thu Nov 4 08:06:56 1999 UTC (21 years, 2 months ago) by blume
File size: 591 byte(s)
filtering and rehashing fixed; Servers.reset added where necessary
(* * Information kept at the boundary between snodes and bnodes in the * dependency graph. (This is information about a library "interface", * hence "iinfo" = "interface information".) * * (C) 1999 Lucent Technologies, Bell Laboratories * * Author: Matthias Blume (blume@kurims.kyoto-u.ac.jp) *) structure IInfo = struct type info = { statenv: unit -> { env: GenericVC.Environment.staticEnv, ctxt: GenericVC.ModuleId.Set.set }, symenv: unit -> GenericVC.Environment.symenv, statpid: GenericVC.PersStamps.persstamp, sympid: GenericVC.PersStamps.persstamp } end
root@smlnj-gforge.cs.uchicago.edu | ViewVC Help |
Powered by ViewVC 1.0.0 |