package cucumber

  1. Overview
  2. Docs

A type representing a Doc String.

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

type t
val string_of_docstring : t -> string

Pretty print a Doc String.

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

Map across a Doc String.

OCaml

Innovation. Community. Security.