Transformer

typealias Transformer<T> = (node: T) -> T(source)

A function that transforms a node.