Matcha.Pattern (Matcha v0.1.1) View Source
About patterns.
Link to this section Summary
Link to this section Types
Specs
t() :: %Matcha.Pattern{ context: Matcha.Context.t(), source: Matcha.Source.pattern(), type: Matcha.Source.type() }
Link to this section Functions
Specs
filter(t(), Enumerable.t()) :: Enumerable.t()
Specs
Specs
Specs
to_test_spec(t()) :: {:ok, Matcha.Spec.t()}
Specs
validate(t()) :: {:ok, t()} | {:error, Matcha.Error.problems()}