package coq-simple-io

  1. Overview
  2. Homepage
IO monad for Coq

Install

Dune Dependency

Authors

Maintainers

Sources

1.11.0.tar.gz
sha512=814fb420609d081db03be7b8965f6d272e1bb41d8c7ec7d509dde34b6a994e8bc62d08b1d799746ecf121f557613bc5948eed2fd5d46b562b5873262b030728c

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~" & < "9.1~"
  4. ocamlfind
  5. ocaml >= "4.08.0"
  6. dune >= "3.7"

Dev Dependencies (1)

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

Conflicts

None

Rocq

Interactive Theorem Prover