croma v0.4.7 Croma.Any
Module that represents any Elixir term.
Summary
Functions
Wraps the argument into {:ok, value}
.
Intended to be used with other parts of croma to express variables with any
type
Types
t :: any
Functions
Specs
validate(term) :: {:ok, t}
Wraps the argument into {:ok, value}
.
Intended to be used with other parts of croma to express variables with any
type.