code1

Undocumented in source.
enum code1 = ` type Tree(T) = | Node of Tree!(T) * Tree!(T) | Leaf of T `;

Meta