Croma.Any
Module that represents any Elixir term.
Summary↑
validate(value) | Wraps the argument into |
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.