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_of_sexp : Ppx_sexp_conv_lib.Sexp.t -> multi
val sexp_of_multi : multi -> Ppx_sexp_conv_lib.Sexp.t