SCM Repository
View of /sml/trunk/src/cm/main/general-params.sml
Parent Directory
|
Revision Log
Revision 299 -
(download)
(annotate)
Thu May 27 13:53:27 1999 UTC (21 years, 10 months ago) by blume
File size: 638 byte(s)
Thu May 27 13:53:27 1999 UTC (21 years, 10 months ago) by blume
File size: 638 byte(s)
finished recomp.sml; now only need to put the pieces together
(* * "General" parameters that may differ from invocation to invocation of * CM. The "params" 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, groupreg: GroupReg.groupreg, keep_going: bool, pervasive: GenericVC.Environment.environment, corenv: GenericVC.BareEnvironment.staticEnv } type info = { param: param, groupreg: GroupReg.groupreg } end
root@smlnj-gforge.cs.uchicago.edu | ViewVC Help |
Powered by ViewVC 1.0.0 |