View Source Xod.Literal (Xod v0.1.0)

Link to this section Summary

Link to this section Types

@type t() :: %Xod.Literal{strict: boolean(), value: term()}

Link to this section Functions

Link to this function

new(value, options \\ [])

View Source
@spec new(term(), [{:strict, boolean()}]) :: t()