summaryrefslogtreecommitdiff
path: root/dhall/src/semantics/nze (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
* Cleanup variable handlingNadrieril2020-01-291-1/+1
|
* Move envs to their own filesNadrieril2020-01-293-118/+89
|
* Finally get rid of all of the shift/subst_shift !Nadrieril2020-01-291-3/+0
|
* s/QuoteEnv/VarEnv/Nadrieril2020-01-291-7/+6
|
* Use NameEnv in tyexpr_to_exprNadrieril2020-01-291-17/+14
|
* Remove dead codeNadrieril2020-01-291-396/+15
|
* Thread env through nztion to fix Foo/build closuresNadrieril2020-01-281-0/+5
|
* 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-212-2/+14
| | | | I thought it would work ><. It's a bit too early
* Split TyEnv into two envsNadrieril2020-01-201-102/+152
|
* Reimplement basic tck/nze with proper environmentsNadrieril2020-01-202-0/+401
Inspired from dhall_haskell