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