--- trunk/src/compiler/simplify/eval.sml 2010/10/14 20:08:18 398 +++ trunk/src/compiler/simplify/eval.sml 2010/10/14 20:08:35 399 @@ -179,7 +179,7 @@ | S.E_Tuple _ => raise Fail "E_Tuple" | S.E_Apply(f, mvs, xs, _) => apply(env, f, mvs, xs) | S.E_Cons xs => raise Fail "TODO: E_Cons" - | S.E_Slice(e, indices) => raise Fail "TODO: E_Slice" + | S.E_Slice(e, indices, _) => raise Fail "TODO: E_Slice" | S.E_Input(ty, name, optDefault) => raise Fail "impossible" | S.E_Field fld => SOME(FV fld) | S.E_LoadImage info => SOME(Img info)
Click to toggle
does not end with </html> tag
does not end with </body> tag
The output has ended thus: Fail "impossible" | S.E_Field fld => SOME(FV fld) | S.E_LoadImage info => SOME(Img info)