package coq-serapi

  1. Overview
  2. Docs
Serialization library and protocol for machine interaction with the Coq proof assistant

Install

Dune Dependency

Authors

Maintainers

Sources

coq-serapi-8.16.0.0.16.2.tbz
sha256=f891507f58fba3ba29889dd07fbe69af3411d246488ae7595cd81d26c8422f14
sha512=224dfda8fae1ead7a5ae2a8ead527834bb5216b1788485a0c19deade3b0dd86767c19056931294a7973f132680e282c4491c76ef38638c0c566a029379f484e2

doc/coq-serapi.serlib/Serlib/SerType/index.html

Module Serlib.SerTypeSource

Sourcemodule type SJHC = sig ... end
Sourcemodule type SJHC1 = sig ... end
Sourcemodule type Bijectable = sig ... end

Bijection with serializable types

Sourcemodule Biject (M : Bijectable) : SJHC with type t = M.t
Sourcemodule type Bijectable1 = sig ... end
Sourcemodule Biject1 (M : Bijectable1) : SJHC1 with type 'a t = 'a M.t
Sourcemodule type Pierceable = sig ... end
Sourcemodule type Pierceable1 = sig ... end
Sourcemodule Pierce (M : Pierceable) : SJHC with type t = M.t
Sourcemodule Pierce1 (M : Pierceable1) : SJHC1 with type 'a t = 'a M.t
Sourcemodule type OpaqueDesc = sig ... end
Sourcemodule Opaque (M : OpaqueDesc) : SJHC with type t = M.t
Sourcemodule type OpaqueDesc1 = sig ... end
Sourcemodule Opaque1 (M : OpaqueDesc1) : SJHC1 with type 'a t = 'a M.t
OCaml

Innovation. Community. Security.