SCM Repository
[diderot] Diff of /trunk/src/compiler/simplify/eval.sml
Diff of /trunk/src/compiler/simplify/eval.sml
Parent Directory
|
Revision Log
|
Patch
179 |
| S.E_Tuple _ => raise Fail "E_Tuple" |
| S.E_Tuple _ => raise Fail "E_Tuple" |
180 |
| S.E_Apply(f, mvs, xs, _) => apply(env, f, mvs, xs) |
| S.E_Apply(f, mvs, xs, _) => apply(env, f, mvs, xs) |
181 |
| S.E_Cons xs => raise Fail "TODO: E_Cons" |
| S.E_Cons xs => raise Fail "TODO: E_Cons" |
182 |
| S.E_Slice(e, indices) => raise Fail "TODO: E_Slice" |
| S.E_Slice(e, indices, _) => raise Fail "TODO: E_Slice" |
183 |
| S.E_Input(ty, name, optDefault) => raise Fail "impossible" |
| S.E_Input(ty, name, optDefault) => raise Fail "impossible" |
184 |
| S.E_Field fld => SOME(FV fld) |
| S.E_Field fld => SOME(FV fld) |
185 |
| S.E_LoadImage info => SOME(Img info) |
| S.E_LoadImage info => SOME(Img info) |
|
Legend:
Removed from v.398 |
|
changed lines |
|
Added in v.399 |
|
|