package ppx_expect

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

Module Expect_test_matcher.Fmt

Representation of parsed %expect lines

type t =
  1. | Regexp of string
  2. | Glob of string
  3. | Literal of string
val sexp_of_t : t -> Ppx_sexp_conv_lib.Sexp.t
val compare : t -> t -> int
OCaml

Innovation. Community. Security.