package ppx_expect

  1. Overview
  2. Docs
Cram like framework for OCaml

Install

Dune Dependency

Authors

Maintainers

Sources

v0.15.1.tar.gz
sha256=dd3eaa86e921501414dac6b2f68238ff5455a0f7bec13f851dc51eba2f9a2097

doc/ppx_expect.config/Expect_test_config/IO_flush/index.html

Module Expect_test_config.IO_flushSource

A now-legacy monad. This signature used to declare a flush function. [%expect.output] still returns this type. No meaningful monadic work is done.

Sourcetype 'a t = 'a
Sourceval return : 'a -> 'a t
Sourceval bind : 'a t -> f:('a -> 'b t) -> 'b t
Sourceval to_run : 'a t -> 'a IO_run.t
OCaml

Innovation. Community. Security.