summaryrefslogtreecommitdiff
path: root/dhall/src/semantics/core/visitor.rs (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Encapsulate partially applied builtin in a separate structNadrieril2020-01-301-7/+12
|
* Cleanup variable handlingNadrieril2020-01-291-1/+1
|
* Remove dead codeNadrieril2020-01-291-8/+0
|
* Thread env through nztion to fix Foo/build closuresNadrieril2020-01-281-3/+6
|
* 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