Representation of parsed %expect lines
%expect
type t
=
|
Regexp of string
Glob of string
Literal of string
include sig ... end
val sexp_of_t : t ‑> Base.Sexp.t
val compare : t ‑> t ‑> int