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
Link to this section Types
Link to this section Functions
Link to this function
rose()
View Source
rose() :: (any -> ([Algae.Tree.Rose.t] -> Algae.Tree.Rose.t))
Link to this function
rose(r, t)
View Source
rose(any, [Algae.Tree.Rose.t]) :: Algae.Tree.Rose.t
rose(any, [Algae.Tree.Rose.t]) :: Algae.Tree.Rose.t