Algae v0.12.2 Algae.Tree.Rose View Source
A tree with any number of nodes at each level
Examples
%Algae.Tree.Rose{
rose: 42,
tree: [
%Algae.Tree.Rose{
rose: "hi"
},
%Algae.Tree.Rose{
tree: [
%Algae.Tree.Rose{
rose: 0.4
}
]
},
%Algae.Tree.Rose{
rose: "there"
}
]
}
Link to this section Summary
Functions
Positional constructor, with args in the same order as they were defined in
Link to this section Types
Link to this section Functions
Positional constructor, with args in the same order as they were defined in