ppx_expect_nobase.runtime
Ppx_expect_nobase_runtime.Delimiter
ppx_expect_nobase
ppx_expect_nobase.config
ppx_expect_nobase.config_types
ppx_expect_nobase.evaluator
ppx_expect_nobase.make_corrected_file
ppx_expect_nobase.wrappers
type _ unpacked =
| Quote : Ppx_expect_nobase_runtime__.Types.String_node_format.longhand unpacked
Quoted strings, e.g. "foo".
"foo"
| Tag : string -> _ unpacked
Tagged strings, e.g. {tag|foo|tag}.
{tag|foo|tag}
Delimiter around string constant.
type t =
| T : _ unpacked -> t
val default : t
Default delimiter: T (Tag "").
T (Tag "")
val handed : t -> 'a Ppx_expect_nobase_runtime__.Types.String_node_format.Hand.t -> 'a unpacked
If given Quoted and Shorthand, produces Tag "". In any other case, produces the given delimiter.
Quoted
Shorthand
Tag ""