package coq-serapi

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
type sign = NumTok.sign =
  1. | SPlus
  2. | SMinus
val sign_to_yojson : sign -> Yojson.Safe.t
val sign_of_sexp : Sexplib0.Sexp.t -> sign
val sexp_of_sign : sign -> Sexplib0.Sexp.t
val hash_fold_sign : Base.Hash.state -> sign -> Base.Hash.state
val hash_sign : sign -> Base.Hash.hash_value
val compare_sign : sign -> sign -> int
type num_class = NumTok.num_class =
  1. | CDec
  2. | CHex
val num_class_to_yojson : num_class -> Yojson.Safe.t
val num_class_of_sexp : Sexplib0.Sexp.t -> num_class
val sexp_of_num_class : num_class -> Sexplib0.Sexp.t
type 'a exp = 'a NumTok.exp =
  1. | EDec of 'a
  2. | EBin of 'a
val exp_to_yojson : 'a. ('a -> Yojson.Safe.t) -> 'a exp -> Yojson.Safe.t
val exp_of_sexp : 'a. (Sexplib0.Sexp.t -> 'a) -> Sexplib0.Sexp.t -> 'a exp
val sexp_of_exp : 'a. ('a -> Sexplib0.Sexp.t) -> 'a exp -> Sexplib0.Sexp.t
module Unsigned : sig ... end
module UnsignedNat : sig ... end
module Signed : sig ... end