method match_case =
fun f ->
function
| Ast.McNil _ -> pp f "@ []"
| m ->
pp f "@ [ %a ]" o#set_first_match_case#match_case_aux
m