(* * 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 -> GenericVC.Environment.staticEnv, symenv: unit -> GenericVC.Environment.symenv, statpid: GenericVC.PersStamps.persstamp, sympid: GenericVC.PersStamps.persstamp } end
Click to toggle
does not end with </html> tag
does not end with </body> tag
The output has ended thus: .symenv, statpid: GenericVC.PersStamps.persstamp, sympid: GenericVC.PersStamps.persstamp } end