summaryrefslogtreecommitdiff
path: root/dhall_core/src/visitor.rs (follow)
Commit message (Expand)AuthorAgeFilesLines
* Prepare for nullary union variantsNadrieril2019-04-161-4/+27
* Handle empty optionals correctlyNadrieril2019-04-151-0/+4
* clippyNadrieril2019-04-141-2/+2
* Document why Visitor is neededNadrieril2019-04-141-0/+12
* Improve visitor trait hierarchyNadrieril2019-04-141-79/+213
* Transform more mapping functions to use the Visitor traitNadrieril2019-04-141-0/+152
* Rewrite map methods with Visitor traitsNadrieril2019-04-141-0/+226