package ppx_expect_nobase

  1. Overview
  2. Docs
Cram like framework for OCaml (with stripped dependencies)

Install

dune-project
 Dependency

Authors

Maintainers

Sources

ppx_expect_nobase-0.17.3.1.tbz
sha256=c4fdd0b6c620d2b357c07669aadf0a25f89d86b57f77e4b460179263e20bf084
sha512=c5398e16907ca57e7b811e72fd209f76c4e5f1fcac199995eb74af87de4edac3285d21cd015aab196f82b9303958fc6d3a94a27dce9b808f608f79e75976ea73

doc/ppx_expect_nobase.runtime/Ppx_expect_nobase_runtime/Delimiter/index.html

Module Ppx_expect_nobase_runtime.DelimiterSource

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

    Quoted strings, e.g. "foo".

    *)
  2. | Tag : 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_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.