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.19.0.0.19.0.tbz
sha256=28792fdef7dbcc8a21a3eee1a85d6c433eccde6a85c47d73c8f808c02aa232fd
sha512=b5f8142df58f10639e2aa77209496e5906f5ce69f7bd93a65c9519d539a5546015e4760e0e980c277ab2d908c8cc77eb0d46ae7c1a9ca1fbca985b4c825b891f

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.