View Source Parameter.Types (Parameter v0.4.1)
Type behavour for implementing new types for parameters.
Link to this section Summary
Link to this section Types
@type base_types() ::
:string
| :atom
| :boolean
| :date
| :datetime
| :decimal
| :float
| :integer
| :map
| :naive_datetime
| :string
| :time
@type t() :: base_types() | composite_types()