summaryrefslogtreecommitdiff
path: root/dhall/src/semantics/core/visitor.rs (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Restore all types in Value::to_tyexprNadrieril2020-01-241-6/+10
|
* Implement basic env-based normalization for Value-based TyExprNadrieril2020-01-231-0/+18
|
* Prepare Value for reverse variablesNadrieril2020-01-211-1/+1
| | | | I thought it would work ><. It's a bit too early
* Restore more types in value_to_tyexprNadrieril2020-01-191-5/+9
|
* Implement bulk shiftingNadrieril2020-01-171-10/+16
|
* Introduce a notion of binderNadrieril2020-01-171-4/+4
|
* Implement traverse_ref for ValueKindNadrieril2020-01-171-0/+134