package ppx_expect

  1. Overview
  2. Docs
Cram like framework for OCaml

Install

Dune Dependency

Authors

Maintainers

Sources

v0.17.2.tar.gz
md5=055c8c86665d158e0b03494a3e188f1c
sha512=c6394522da7f1e03df5d2f62766aa8534c09a12efff7908cc1215b06959e6eeaa2cb85514cd5def1582db66455ed922024387f28b84b4412aed4879ea905c38a

doc/ppx_expect.runtime/Ppx_expect_runtime/Delimiter/index.html

Module Ppx_expect_runtime.DelimiterSource

Sourcetype _ unpacked =
  1. | Quote : Ppx_expect_runtime__.Types.String_node_format.longhand unpacked
    (*

    Quoted strings, e.g. "foo".

    *)
  2. | Tag : Base.string -> _ unpacked
    (*

    Tagged strings, e.g. {tag|foo|tag}.

    *)

Delimiter around string constant.

Sourcetype t =
  1. | T : _ unpacked -> t
Sourceval default : t

Default delimiter: T (Tag "").

Sourceval handed : t -> 'a Ppx_expect_runtime__.Types.String_node_format.Hand.t -> 'a unpacked

If given Quoted and Shorthand, produces Tag "". In any other case, produces the given delimiter.

OCaml

Innovation. Community. Security.