(module test_22b2_missing_superclass_instance (class TEq (param a) (method teq (type (fn-type (params a a) (ret (con Bool)))))) (class TOrd (param a) (superclass (class TEq) (type a)) (method tlt (type (fn-type (params a a) (ret (con Bool)))))) (instance (class TOrd) (type (con Int)) (method tlt (body true))))