Search
ExUnion
v0.1.2
v0.1.1
v0.1.0
Pages
Modules
Color
Summary
Types
t/0
union/0
union_hex/0
union_hsl/0
union_hsla/0
union_rgb/0
union_rgba/0
Functions
hex/1
hsl/1
hsl/3
hsla/1
hsla/4
is_color/1
rgb/1
rgb/3
rgba/1
rgba/4
Color.Hex
Summary
Types
t/0
Functions
new/1
Color.Hsl
Summary
Types
t/0
Functions
new/1
new/3
Color.Hsla
Summary
Types
t/0
Functions
new/1
new/4
Color.Rgb
Summary
Types
t/0
Functions
new/1
new/3
Color.Rgba
Summary
Types
t/0
Functions
new/1
new/4
ExUnion
Sections
Overview
Installation
Motivation
Usage
Comparison
Roadmap
Contributing
Summary
Functions
defunion/1
IntegerTree
Summary
Types
t/0
union/0
union_leaf/0
union_node/0
Functions
is_integer_tree/1
leaf/0
node/1
node/3
IntegerTree.Leaf
Summary
Types
t/0
Functions
new/0
IntegerTree.Node
Summary
Types
t/0
Functions
new/1
new/3
Maybe
Summary
Types
t/0
union/0
union_none/0
union_some/0
Functions
is_maybe/1
none/0
some/1
Maybe.None
Summary
Types
t/0
Functions
new/0
Maybe.Some
Summary
Types
t/0
Functions
new/1
Wrapped
Summary
Types
t/0
union/0
union_function/0
union_keyword/0
union_list/0
union_map/0
union_tuple/0
Functions
function/1
is_wrapped/1
keyword/1
list/1
map/1
tuple/1
Wrapped.Function
Summary
Types
t/0
Functions
new/1
Wrapped.Keyword
Summary
Types
t/0
Functions
new/1
Wrapped.List
Summary
Types
t/0
Functions
new/1
Wrapped.Map
Summary
Types
t/0
Functions
new/1
Wrapped.Tuple
Summary
Types
t/0
Functions
new/1
Settings
View Source
Maybe.None
(ExUnion v0.1.2)
Link to this section
Summary
Types
t()
Functions
new()
Link to this section
Types
Link to this type
t()
View Source
@type
t() :: %Maybe.None{}
Link to this section
Functions
Link to this function
new()
View Source
@spec
new() ::
t
()
×