SCM Repository
View of /sml/trunk/src/cm/main/general-params.sml
Parent Directory
|
Revision Log
Revision 336 -
(download)
(annotate)
Thu Jun 17 09:23:20 1999 UTC (21 years, 10 months ago) by blume
File size: 730 byte(s)
Thu Jun 17 09:23:20 1999 UTC (21 years, 10 months ago) by blume
File size: 730 byte(s)
SymVal implemented
(* * "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, pcmode : PathConfig.mode, fnpolicy: FilenamePolicy.policy, symenv: SymVal.env, keep_going: bool, pervasive: GenericVC.Environment.environment, corenv: GenericVC.BareEnvironment.staticEnv, pervcorepids: PidSet.set } type info = { param: param, groupreg: GroupReg.groupreg, errcons: PrettyPrint.ppconsumer } end
root@smlnj-gforge.cs.uchicago.edu | ViewVC Help |
Powered by ViewVC 1.0.0 |