package links

  1. Overview
  2. Docs
type elt = Phrase.t
type t = elt list
val fold_and : t -> Phrase.Option.t

Fold a list to an option phrase

val fold_and_opt : Phrase.Option.t list -> Phrase.Option.t

Fold a list of option phrases to an option phrase combining with ands

val fold_or : t -> Phrase.Option.t

Fold a list to an option phrase

val fold_or_opt : Phrase.Option.t list -> Phrase.Option.t

Fold a list of option phrases to an option phrase combining with ands