package core_kernel

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
type t = {
  1. at_least_once : Base.Bool.t;
  2. at_most_once : Base.Bool.t;
}
val compare : t -> t -> Base.Int.t
val all : t Base.List.t
val at_most_once : t -> Base.Bool.t
val at_least_once : t -> Base.Bool.t
module Fields : sig ... end
val sexp_of_t : t -> Ppx_sexp_conv_lib.Sexp.t
val to_help_string : t -> flag_name:Base.String.t -> Base.String.t