package coq-simple-io

  1. Overview
  2. No Docs
IO monad for Coq

Install

Dune Dependency

Authors

Maintainers

Sources

0.2.tar.gz
md5=3198cd391703efcd51f225ec2beb7426

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 (2)

  1. ocaml
  2. coq >= "8.6.1"

Dev Dependencies

None

Used by (2)

  1. coq-quickchick = "1.0.2" | >= "1.2.1" & < "2.0.4"
  2. coq-vellvm

Conflicts

None