(* * "General" parameters that may differ from invocation to invocation of * CM. The "info" type bundles them up so they can be passed around * more conveniently. * * (C) 1999 Lucent Technologies, Bell Laboratories * * Author: Matthias Blume (blume@kurims.kyoto-u.ac.jp) *) structure GeneralParams = struct type param = { primconf : Primitive.configuration, fnpolicy: FilenamePolicy.policy, keep_going: bool, pervasive: GenericVC.Environment.environment, corenv: GenericVC.BareEnvironment.staticEnv } type info = { param: param, groupreg: GroupReg.groupreg, errcons: PrettyPrint.ppconsumer } end
Click to toggle
does not end with </html> tag
does not end with </body> tag
The output has ended thus: pe info = { param: param, groupreg: GroupReg.groupreg, errcons: PrettyPrint.ppconsumer } end