SCM Repository
Diff of /sml/trunk/src/cm/semant/members.sml
Parent Directory
|
Revision Log
|
Patch
revision 322, Tue Jun 8 09:36:16 1999 UTC | revision 323, Wed Jun 9 06:16:22 1999 UTC | |
---|---|---|
# | Line 144 | Line 144 |
144 | end | end |
145 | in | in |
146 | if isSome class then noPrimitive () | if isSome class then noPrimitive () |
147 | else case Primitive.fromString (AbsPath.spec sourcepath) of | else case Primitive.fromString primconf (AbsPath.spec sourcepath) of |
148 | SOME p => let | SOME p => let |
149 | val exports = Primitive.exports primconf p | val exports = Primitive.exports primconf p |
150 | val env = Primitive.da_env primconf p | val env = Primitive.da_env primconf p |
|
root@smlnj-gforge.cs.uchicago.edu | ViewVC Help |
Powered by ViewVC 1.0.0 |