(module test_22b2_missing_constraint (class TShow (param a) (method tshow (type (fn-type (params (own a)) (ret (own (con Str))))))) (fn describe (type (forall (vars a) (fn-type (params (own a)) (ret (own (con Str)))))) (params x) (body (app tshow x))))