package coq-simple-io

  1. Overview
  2. No Docs
IO monad for Coq

Install

Dune Dependency

Authors

Maintainers

Sources

1.4.0.tar.gz
sha512=d5acb89432ca2933c60b320b604fadd11063080c3c446c7d18ec071043c5685892b22a09f2cb3807926ac3ee830cbbf724daa00ba3913b13bc88be368fd4de99

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.13~"
  3. ocaml

Dev Dependencies (1)

  1. ocamlbuild with-test

Conflicts

None