SCM Repository
Diff of /sml/trunk/src/cm/compile/recomp.sml
Parent Directory
|
Revision Log
|
Patch
revision 313, Thu Jun 3 09:26:34 1999 UTC | revision 314, Fri Jun 4 06:41:45 1999 UTC | |
---|---|---|
# | Line 25 | Line 25 |
25 | ||
26 | type benv = statenv | type benv = statenv |
27 | type env = { stat: statenv, sym: symenv, pids: PidSet.set } | type env = { stat: statenv, sym: symenv, pids: PidSet.set } |
28 | type result = unit | |
29 | ||
30 | val empty = () | |
31 | fun env2result (_: env) = () | |
32 | fun rlayer ((), ()) = () | |
33 | ||
34 | type 'e wpid = 'e * pid | type 'e wpid = 'e * pid |
35 |
|
root@smlnj-gforge.cs.uchicago.edu | ViewVC Help |
Powered by ViewVC 1.0.0 |