package ppx_expect

  1. Overview
  2. Docs
Cram like framework for OCaml

Install

Dune Dependency

Authors

Maintainers

Sources

ppx_expect-v0.16.0.tar.gz
sha256=e0795a0ae2d576758aaaa685440951b28fe75d072d88f5c6bf415fb1a44e423c

doc/src/ppx_expect.config/expect_test_config.ml.html

Source file expect_test_config.ml

1
2
3
4
5
6
7
8
9
module IO = struct
  type 'a t = 'a

  let return x = x
end

let sanitize s = s
let run f = f ()
let upon_unreleasable_issue = `CR
OCaml

Innovation. Community. Security.