Croma.Any

Module that represents any Elixir term.

Source

Summary

validate(value)

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.

Source