Nemerle Documentation

Tree.Fold Method 

public static object Fold(
   Node tree,
   object ini,
   Func2 func
);

See Also

Tree Class | Nemerle.Collections Namespace