package ppx_expect

  1. Overview
  2. Docs
Legend:
Page
Library
Module
Module type
Parameter
Class
Class type
Source

Module Expect_test_matcher.FmtSource

Representation of parsed %expect lines

Sourcetype t =
  1. | Regexp of Base.string
  2. | Glob of Base.string
  3. | Literal of Base.string
Sourceval sexp_of_t : t -> Sexplib0.Sexp.t
Sourceval compare : t -> t -> int
Sourceval equal : t -> t -> bool
OCaml

Innovation. Community. Security.