package coq-simple-io

  1. Overview
  2. No Docs
IO monad for Coq

Install

Dune Dependency

Authors

Maintainers

Sources

1.5.0.tar.gz
sha512=40c9c6b7d7ac8126f5f2c295b9f96d26df7c4c64f693e02078f6b625195996d184e5daf380b369fa7f356d1280e3d4c67f6c0c06a1f8a866a7bee44fbad6e83f

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
  2. coq >= "8.8" & < "8.14~"
  3. ocaml

Dev Dependencies (1)

  1. ocamlbuild with-test

Conflicts

None