SCM Repository
View of /sml/trunk/src/cm/semant/iinfo.sml
Parent Directory
|
Revision Log
Revision 587 -
(download)
(annotate)
Thu Mar 30 09:01:52 2000 UTC (20 years, 11 months ago) by blume
File size: 540 byte(s)
Thu Mar 30 09:01:52 2000 UTC (20 years, 11 months ago) by blume
File size: 540 byte(s)
merging back development branch blume_devel_v110p26p1_3... This involves changes to CM and the removal of CMStaticEnv from the compiler. See the HISTORY file for more information.
(* * 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
root@smlnj-gforge.cs.uchicago.edu | ViewVC Help |
Powered by ViewVC 1.0.0 |