summaryrefslogtreecommitdiff
path: root/dhall/src/semantics/nze/nzexpr.rs (unfollow)
Commit message (Expand)AuthorFilesLines
2020-01-29Move envs to their own filesNadrieril1-116/+0
2020-01-29Finally get rid of all of the shift/subst_shift !Nadrieril1-3/+0
2020-01-29s/QuoteEnv/VarEnv/Nadrieril1-7/+6
2020-01-29Use NameEnv in tyexpr_to_exprNadrieril1-17/+14
2020-01-29Remove dead codeNadrieril1-396/+15
2020-01-28Thread env through nztion to fix Foo/build closuresNadrieril1-0/+5
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