--- trunk/src/compiler/high-to-mid/high-to-mid.sml 2010/09/22 15:52:48 348 +++ trunk/src/compiler/high-to-mid/high-to-mid.sml 2010/09/24 00:24:20 349 @@ -26,7 +26,7 @@ (* expand the field Inside operator into a image-space test *) fun expandInside (env, result, pos, fld) = let val pos' = lookupVar (env, pos) - val fld = (case valueOf fld + val fld = (case fld of SrcIL.OP(SrcOp.Field fld, []) => fld | _ => raise Fail "bogus field binding" (* end case *))
Click to toggle
does not end with </html> tag
does not end with </body> tag
The output has ended thus: SrcIL.OP(SrcOp.Field fld, []) => fld | _ => raise Fail "bogus field binding" (* end case *))