summaryrefslogtreecommitdiff
path: root/dhall/src/semantics/nze/nzexpr.rs (follow)
Commit message (Expand)AuthorAgeFilesLines
* Fix all sorts of variable shenanigansNadrieril2020-01-281-8/+26
* Fix a bunch of bugs and more tckNadrieril2020-01-271-7/+17
* Fix some variable shifting failuresNadrieril2020-01-241-0/+8
* Implement basic env-based normalization for Value-based TyExprNadrieril2020-01-231-0/+2
* Prepare Value for reverse variablesNadrieril2020-01-211-1/+13
* Split TyEnv into two envsNadrieril2020-01-201-102/+152
* Reimplement basic tck/nze with proper environmentsNadrieril2020-01-201-0/+399