Const
Run a function to change the value, but not the type, of the top level node of the given tree.
Underlying tree type.
Tree on which to run the given function.
Function to apply on the root node value.
The given tree with its root node value set to the result of the given function.
Run a function to change the value, but not the type, of the top level node of the given tree.