SCM Repository
[diderot] Diff of /trunk/src/compiler/simplify/eval.sml
Diff of /trunk/src/compiler/simplify/eval.sml
Parent Directory
|
Revision Log
|
Patch
127 |
Var.uniqueNameOf f, "(", String.concatWith "," (List.map toString xs), |
Var.uniqueNameOf f, "(", String.concatWith "," (List.map toString xs), |
128 |
") fails with exception ", exnName ex |
") fails with exception ", exnName ex |
129 |
])) |
])) |
130 |
| S.E_Cons xs => |
| S.E_Cons xs => raise Fail "TODO: E_Cons" |
131 |
| S.E_Input(ty, name, optDefault) => let |
| S.E_Input(ty, name, optDefault) => let |
132 |
val optDefault = Option.map (evalVar env) optDefault |
val optDefault = Option.map (evalVar env) optDefault |
133 |
in |
in |
|
Legend:
Removed from v.231 |
|
changed lines |
|
Added in v.232 |
|
|