package coq-serapi

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
type multi = Equality.multi =
  1. | Precisely of int
  2. | UpTo of int
  3. | RepeatStar
  4. | RepeatPlus
val multi_to_yojson : multi -> Yojson.Safe.t
val multi_of_sexp : Sexplib0.Sexp.t -> multi
val sexp_of_multi : multi -> Sexplib0.Sexp.t
val hash_fold_multi : Base.Hash.state -> multi -> Base.Hash.state
val hash_multi : multi -> Base.Hash.hash_value
val compare_multi : multi -> multi -> int