package core

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
type t = {
  1. at_least_once : Base.bool;
  2. at_most_once : Base.bool;
}
include Ppx_compare_lib.Comparable.S with type t := t
val compare : t Base__Ppx_compare_lib.compare
include Ppx_enumerate_lib.Enumerable.S with type t := t
val all : t list
val at_most_once : t -> Base.bool
val at_least_once : t -> Base.bool
module Fields : sig ... end
val sexp_of_t : t -> Sexplib0.Sexp.t
val to_help_string : t -> flag_name:Base.string -> Base.string
OCaml

Innovation. Community. Security.