Ppx_expect_runtime.Delimiter
Sourcetype _ unpacked =
| Quote : Ppx_expect_runtime__.Types.String_node_format.longhand unpacked
Quoted strings, e.g. "foo"
.
| Tag : Base.string -> _ unpacked
Tagged strings, e.g. {tag|foo|tag}
.
Delimiter around string constant.