Legend:
Library
Module
Module type
Parameter
Class
Class type
Library
Module
Module type
Parameter
Class
Class type
val equal : t -> t -> Ppx_deriving_runtime.bool
val equal_match_case : match_case -> match_case -> Ppx_deriving_runtime.bool
val equal_pattern : pattern -> pattern -> Ppx_deriving_runtime.bool
val pp :
Ppx_deriving_runtime.Format.formatter ->
t ->
Ppx_deriving_runtime.unit
val show : t -> Ppx_deriving_runtime.string
val pp_match_case :
Ppx_deriving_runtime.Format.formatter ->
match_case ->
Ppx_deriving_runtime.unit
val show_match_case : match_case -> Ppx_deriving_runtime.string
val pp_pattern :
Ppx_deriving_runtime.Format.formatter ->
pattern ->
Ppx_deriving_runtime.unit
val show_pattern : pattern -> Ppx_deriving_runtime.string
val var : string -> t
val int : Checked_oint.generic -> t
val string : string -> t
val to_string : t -> string
val verbatim : t -> string
val pattern_to_string : pattern -> string
val pattern_verbatim : pattern -> string