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

validate(value)

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.