--- sml/trunk/src/cm/semant/members.sml 1999/06/02 01:26:19 308 +++ sml/trunk/src/cm/semant/members.sml 1999/06/02 03:21:57 309 @@ -147,9 +147,8 @@ else case Primitive.fromString (AbsPath.spec sourcepath) of SOME p => let val exports = Primitive.exports primconf p - val plook = Primitive.lookup primconf p + val env = Primitive.da_env primconf p fun addFN (s, m) = let - val env = plook s val fsbn = (NONE, DG.SB_BNODE (DG.PNODE p)) in SymbolMap.insert (m, s, (fsbn, env))
Click to toggle
does not end with </html> tag
does not end with </body> tag
The output has ended thus: val fsbn = (NONE, DG.SB_BNODE (DG.PNODE p)) in SymbolMap.insert (m, s, (fsbn, env))