package coq-serapi

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
type 'a _t =
  1. | Param of int * int
  2. | Node of 'a * 'a _t array
  3. | Rec of int * 'a _t array
val _t_of_sexp : 'a. (Ppx_sexp_conv_lib.Sexp.t -> 'a) -> Ppx_sexp_conv_lib.Sexp.t -> 'a _t
val sexp_of__t : 'a. ('a -> Ppx_sexp_conv_lib.Sexp.t) -> 'a _t -> Ppx_sexp_conv_lib.Sexp.t
type 'a t = 'a Rtree.t
val sexp_of_t : ('a -> Ppx_sexp_conv_lib.Sexp.t) -> 'b -> Ppx_sexp_conv_lib.Sexp.t
val t_of_sexp : (Ppx_sexp_conv_lib.Sexp.t -> 'a) -> Ppx_sexp_conv_lib.Sexp.t -> 'b