package genspio

  1. Overview
  2. Docs

Module EDSL.StrSource

Sourceval equals : str t -> str t -> bool t
Sourceval (=$=) : str t -> str t -> bool t
Sourceval (<$>) : str t -> str t -> bool t
Sourceval concat_list : str t list -> str t

Concatenate an (OCaml) list of str t values.

Sourceval concat_elist : str list t -> str t

Concatenate a Genspio list of strings str list t.