package melange

  1. Overview
  2. Docs
Legend:
Page
Library
Module
Module type
Parameter
Class
Class type
Source

Module MatchPattern.WildcardPatternSource

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