method class_params =
fun f ->
function
| Ast.TyCom (_, t1, t2) ->
pp f "@[<1>%a,@ %a@]" o#class_params t1
o#class_params t2
| x -> o#ctyp f x