Module Shape.Num_occurrencesSource

Sourcetype t = {
  1. at_least_once : Base.bool;
  2. at_most_once : Base.bool;
}
include Ppx_compare_lib.Comparable.S with type t := t
Sourceval compare : t -> t -> int
include Ppx_enumerate_lib.Enumerable.S with type t := t
Sourceval all : t list
Sourceval sexp_of_t : t -> Sexplib0.Sexp.t
Sourceval to_help_string : t -> flag_name:Base.string -> Base.string