package ppx_expect

  1. Overview
  2. Docs
Cram like framework for OCaml

Install

Dune Dependency

Authors

Maintainers

Sources

ppx_expect-v0.12.0.tar.gz
sha256=d35195a7c56654d3ec6b82126bdbd8cbf39bdc0c5df20a598fc2fa44188aecfe
md5=139c7e7a32b9aba0a21e264ecbd470de

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

Module Expect_test_config.IO

IO monad

type 'a t = 'a
val return : 'a -> 'a t
val bind : 'a t -> f:('a -> 'b t) -> 'b t
OCaml

Innovation. Community. Security.