package coq-simple-io

  1. Overview
  2. No Docs
IO monad for Coq

Install

Dune Dependency

Authors

Maintainers

Sources

1.9.0.tar.gz
sha512=203dc619e7a9a118889607e94b399392a736285663efa69a7d6a1e63829cbe642b64f8bcc5a3a593d9480e9d84bb330c380dcde85658ea7885405c184560eef9

Description

This library provides tools to implement IO programs directly in Coq, in a similar style to Haskell. Facilities for formal verification are not included.

IO is defined as a parameter with a purely functional interface in Coq, to be extracted to OCaml. Some wrappers for the basic types and functions in the OCaml Stdlib module are provided. Users are free to define their own APIs on top of this IO type.

Dependencies (6)

  1. cppo build & >= "1.6.8"
  2. coq-ext-lib >= "0.10.0"
  3. coq >= "8.12~" & < "8.20~"
  4. ocamlfind
  5. ocaml >= "4.08.0"
  6. dune >= "3.7"

Dev Dependencies (1)

  1. ocamlbuild with-test & >= "0.9.0"

Conflicts

None