package coq-serapi

  1. Overview
  2. Docs
Legend:
Page
Library
Module
Module type
Parameter
Class
Class type
Source

Module Serlib.Ser_type_errorsSource

Sourcetype arity_error = Type_errors.arity_error
Sourceval arity_error_of_sexp : Sexplib.Sexp.t -> arity_error
Sourceval sexp_of_arity_error : arity_error -> Sexplib.Sexp.t
Sourcetype guard_error = Type_errors.guard_error
Sourceval guard_error_of_sexp : Sexplib.Sexp.t -> guard_error
Sourceval sexp_of_guard_error : guard_error -> Sexplib.Sexp.t
Sourcetype ('c, 't) ptype_error = ('c, 't) Type_errors.ptype_error
Sourceval ptype_error_of_sexp : (Sexplib.Sexp.t -> 'constr) -> (Sexplib.Sexp.t -> 'types) -> Sexplib.Sexp.t -> ('constr, 'types) ptype_error
Sourceval sexp_of_ptype_error : ('constr -> Sexplib.Sexp.t) -> ('types -> Sexplib.Sexp.t) -> ('constr, 'types) ptype_error -> Sexplib.Sexp.t
Sourcetype type_error = Type_errors.type_error
Sourceval type_error_of_sexp : Sexplib.Sexp.t -> type_error
Sourceval sexp_of_type_error : type_error -> Sexplib.Sexp.t
OCaml

Innovation. Community. Security.