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.15.0.0.15.4.tbz
sha256=cffb0eacd9d155434f7cf384418c78a9d1cf189b65b080a456f50d9d3c3dcf5c
sha512=77eada7c9f2979ee8b00704ed49e65f6e0aadb1a24b73bb89581bf624f330d141340e0dfecd8b1517a11b2a9d823d8f84fcbdea419cc99536557019c5951b80e

doc/src/coq-serapi.serlib/ser_future.ml.html

Source file ser_future.ml

1
2
3
4
type 'a computation = 'a Future.computation

let computation_of_sexp f x = Future.from_val (f x)
let sexp_of_computation f x = f Future.(force x)
OCaml

Innovation. Community. Security.