expect_test_config.ml
ppx_expect
ppx_expect.config
ppx_expect.config_types
ppx_expect.evaluator
ppx_expect.make_corrected_file
ppx_expect.runtime
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
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