package core

  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;
}
include Ppx_compare_lib.Comparable.S with type t := t
val compare : t -> t -> int
include Ppx_enumerate_lib.Enumerable.S with type t := t
val all : t list
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 -> Sexplib0.Sexp.t
val to_help_string : t -> flag_name:Base.String.t -> Base.String.t