SCM Repository
View of /sml/trunk/src/cm/depend/da-env.sml
Parent Directory
|
Revision Log
Revision 308 -
(download)
(annotate)
Wed Jun 2 01:26:19 1999 UTC (23 years, 1 month ago) by blume
File size: 404 byte(s)
Wed Jun 2 01:26:19 1999 UTC (23 years, 1 month ago) by blume
File size: 404 byte(s)
simplified da-env
(* * Environments used during dependency analysis. * * (C) 1999 Lucent Technologies, Bell Laboratories * * Author: Matthias Blume (blume@kurims.kyoto-u.ac.jp) *) structure DAEnv = struct datatype env = EMPTY | FCTENV of Symbol.symbol -> value option | BINDING of Symbol.symbol * value | LAYER of env * env | FILTER of SymbolSet.set * env withtype value = env end
root@smlnj-gforge.cs.uchicago.edu | ViewVC Help |
Powered by ViewVC 1.0.0 |