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