package ppx_expect

  1. Overview
  2. Docs
Cram like framework for OCaml

Install

Dune Dependency

Authors

Maintainers

Sources

v0.17.3.tar.gz
md5=a7daa59114638fd80f52b6adbb0db7ed
sha512=d26364f2c7c0a3d83e5ecc144f77875a00887853c72c03e0122d658acb4d1cb4c6d77fabc1222d775663db74f0345be2a33518dffac9feef57ece5e9e40dc709

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.