summaryrefslogtreecommitdiff
path: root/dhall/src/semantics/nze/nzexpr.rs (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Prepare Value for reverse variablesNadrieril2020-01-211-1/+13
| | | | 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-201-0/+399
Inspired from dhall_haskell