package coq-simple-io

  1. Overview
  2. No Docs
IO monad for Coq

Install

Dune Dependency

Authors

Maintainers

Sources

1.0.0.tar.gz
sha256=a15bf89a0282cdccd909219e328bf278f704627cb9c93d3bd8fe22197319091b

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 Pervasives module are provided. Users are free to define their own APIs on top of this IO type.

Dependencies (3)

  1. coq-ext-lib >= "0.10.0"
  2. coq
  3. ocaml

Dev Dependencies (1)

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

Used by (3)

  1. coq-freespec-ffi
  2. coq-quickchick >= "1.1.0" & < "2.0.4"
  3. coq-vellvm

Conflicts

None