LetMe.AllOf (LetMe v2.0.0)

Copy Markdown View Source

Struct that represents a combination of expressions that all must be true.

An AllOf without children evaluates to true.

Summary

Types

t()

@type t() :: %LetMe.AllOf{children: [LetMe.expression()], passed?: boolean() | nil}