croma v0.6.1 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()
t() :: any

Functions

validate(value)
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.