Module MatchPattern.WildcardPattern

type 'M t = {
  1. comments : ('M, unit) Syntax.t option;
  2. invalid_syntax_default_keyword : bool;
}
val pp : (Format.formatter -> 'M -> unit) -> Format.formatter -> 'M t -> unit
val show : (Format.formatter -> 'M -> unit) -> 'M t -> string