--- sml/trunk/src/cm/compile/recomp.sml 1999/06/03 09:26:34 313 +++ sml/trunk/src/cm/compile/recomp.sml 1999/06/04 06:41:45 314 @@ -25,6 +25,11 @@ type benv = statenv type env = { stat: statenv, sym: symenv, pids: PidSet.set } + type result = unit + + val empty = () + fun env2result (_: env) = () + fun rlayer ((), ()) = () type 'e wpid = 'e * pid