summaryrefslogtreecommitdiff
path: root/dhall_core/src/visitor.rs (unfollow)
Commit message (Expand)AuthorFilesLines
2019-04-14Document why Visitor is neededNadrieril1-0/+12
2019-04-14Improve visitor trait hierarchyNadrieril1-79/+213
2019-04-14Transform more mapping functions to use the Visitor traitNadrieril1-0/+152
2019-04-14Rewrite map methods with Visitor traitsNadrieril1-0/+226