(* * 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 { looker: Symbol.symbol -> value option, domain: unit -> SymbolSet.set } | BINDING of Symbol.symbol * value | LAYER of env * env | FILTER of SymbolSet.set * env withtype value = env end
Click to toggle
does not end with </html> tag
does not end with </body> tag
The output has ended thus: value | LAYER of env * env | FILTER of SymbolSet.set * env withtype value = env end