--- branches/vis12/src/compiler/low-il/check-low-il.sml 2012/10/11 00:26:15 2026 +++ branches/vis12/src/compiler/low-il/check-low-il.sml 2012/10/11 10:40:12 2027 @@ -105,6 +105,8 @@ *) | Op.Inside(info, _) => (Ty.BoolTy, [Ty.vecTy(ImageInfo.dim info), Ty.ImageTy info]) | Op.Input(Inputs.INP{ty, ...}) => (ty, []) + | Op.LoadSeq(ty, _) => (ty, []) + | Op.LoadImage(ty, _, _) => (ty, []) | Op.Print tys => (Ty.TupleTy[], tys) | _ => raise Fail("sigOf: invalid operator " ^ Op.toString rator) (* end case *))
Click to toggle
does not end with </html> tag
does not end with </body> tag
The output has ended thus: [], tys) | _ => raise Fail("sigOf: invalid operator " ^ Op.toString rator) (* end case *))