package coq-serapi

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
module Constrexpr = Ser_constrexpr
val level_to_yojson : level -> Yojson.Safe.t
val sexp_of_level : level -> Sexplib0.Sexp.t
val level_of_sexp : Sexplib0.Sexp.t -> level
val hash_fold_level : Base.Hash.state -> level -> Base.Hash.state
val hash_level : level -> Base.Hash.hash_value
val compare_level : level -> level -> int
type notation_use = Notationextern.notation_use =
  1. | OnlyPrinting
  2. | OnlyParsing
  3. | ParsingAndPrinting
val notation_use_to_yojson : notation_use -> Yojson.Safe.t
val sexp_of_notation_use : notation_use -> Sexplib0.Sexp.t
val notation_use_of_sexp : Sexplib0.Sexp.t -> notation_use
val hash_fold_notation_use : Base.Hash.state -> notation_use -> Base.Hash.state
val hash_notation_use : notation_use -> Base.Hash.hash_value
val compare_notation_use : notation_use -> notation_use -> int