SCM Repository
View of /sml/branches/dbm-type-blame/cm/semant/iinfo.sml
Parent Directory
|
Revision Log
Revision 3539 -
(download)
(annotate)
Mon Jun 21 15:26:28 2010 UTC (10 years, 7 months ago) by dbm
File size: 515 byte(s)
Mon Jun 21 15:26:28 2010 UTC (10 years, 7 months ago) by dbm
File size: 515 byte(s)
Creating dbm-type-blame branch of sml/trunk
(* * 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 -> StaticEnv.staticEnv, symenv: unit -> SymbolicEnv.env, statpid: PersStamps.persstamp, sympid: PersStamps.persstamp, guid: string } end
root@smlnj-gforge.cs.uchicago.edu | ViewVC Help |
Powered by ViewVC 1.0.0 |