MatchPattern.UnaryPatternval pp_operator : Format.formatter -> operator -> unitval show_operator : operator -> stringval pp_argument :
(Format.formatter -> 'M -> unit) ->
Format.formatter ->
'M argument ->
unitval show_argument : (Format.formatter -> 'M -> unit) -> 'M argument -> stringval pp : (Format.formatter -> 'M -> unit) -> Format.formatter -> 'M t -> unitval show : (Format.formatter -> 'M -> unit) -> 'M t -> string