SCM Repository
View of /sml/trunk/src/cm/main/general-params.sml
Parent Directory
|
Revision Log
Revision 318 -
(download)
(annotate)
Mon Jun 7 09:32:09 1999 UTC (21 years, 7 months ago) by blume
File size: 674 byte(s)
Mon Jun 7 09:32:09 1999 UTC (21 years, 7 months ago) by blume
File size: 674 byte(s)
some cleanup; pathconfig modes added; grammar modified (privileges)
(* * "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, keep_going: bool, pervasive: GenericVC.Environment.environment, corenv: GenericVC.BareEnvironment.staticEnv } 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 |