summaryrefslogtreecommitdiff
path: root/dhall/src/semantics/nze/nzexpr.rs (unfollow)
Commit message (Expand)AuthorFilesLines
2020-01-28Fix all sorts of variable shenanigansNadrieril1-8/+26
2020-01-27Fix a bunch of bugs and more tckNadrieril1-7/+17
2020-01-24Fix some variable shifting failuresNadrieril1-0/+8
2020-01-23Implement basic env-based normalization for Value-based TyExprNadrieril1-0/+2
2020-01-21Prepare Value for reverse variablesNadrieril1-1/+13
2020-01-20Split TyEnv into two envsNadrieril1-102/+152
2020-01-20Reimplement basic tck/nze with proper environmentsNadrieril1-0/+399