package cucumber

  1. Overview
  2. Docs

Module Cucumber.DocstringSource

A type representing a Doc String.

Doc Strings are used to pass a larger piece of text to a step defition.

Sourcetype t
Sourceval string_of_docstring : t -> string

Pretty print a Doc String.

Sourceval transform : t -> (string -> 'a) -> 'a

Map across a Doc String.

OCaml

Innovation. Community. Security.