expect_test_matcher.ml
ppx_expect
ppx_expect.collector
ppx_expect.common
ppx_expect.config
ppx_expect.config_types
ppx_expect.evaluator
ppx_expect.make_corrected_file
ppx_expect.matcher
ppx_expect.payload
1 2 3 4 5 6 7 8 9 10 11 module Std = struct module Choose_tag = Choose_tag module Cst = Cst module Fmt = Fmt module Lexer = Lexer module Matcher = Matcher module Reconcile = Reconcile end [@@deprecated "[since 2020-03] use [Expect_test_matcher] instead"] include Std [@@alert "-deprecated"]
1 2 3 4 5 6 7 8 9 10 11
module Std = struct module Choose_tag = Choose_tag module Cst = Cst module Fmt = Fmt module Lexer = Lexer module Matcher = Matcher module Reconcile = Reconcile end [@@deprecated "[since 2020-03] use [Expect_test_matcher] instead"] include Std [@@alert "-deprecated"]