v0.10.0
- Replace
Span
s bySourcePosition
. When coming from a tasty file with source line information, aSourcePosition
can provide line and column number, in addition to offset and file name. Lambda.meth
is now statically aTermReferenceTree
.- Add the abstract class
Traversers.TreeTraverser
to walk trees with more control thanTree.walkTree
.