CurryInfo: currybrowse-3.0.0 / BrowserGUI.trees2strings

definition:
trees2strings :: [Tree a] -> [String]
trees2strings trees = concatMap (tree2strings 0) trees
demand:
no demanded arguments
deterministic:
deterministic operation
indeterministic:
referentially transparent operation
infix:
no fixity defined
iotype:
{(_) |-> _}
name:
trees2strings
precedence:
no precedence defined
result-values:
_
signature:
[Tree a] -> [String]
solution-complete:
operation might suspend on free variables
terminating:
possibly non-terminating
totally-defined:
reducible on all ground data terms