summaryrefslogtreecommitdiff
path: root/dhall/src/semantics/nze/env.rs (follow)
Commit message (Expand)AuthorAgeFilesLines
* Avoid unnecessary allocations of `Value`sNadrieril2020-01-301-6/+10
* Clarify normalization to ensure we only nze onceNadrieril2020-01-301-1/+1
* Encapsulate partially applied builtin in a separate structNadrieril2020-01-301-8/+0
* No need for the current env to tck Foo/build closuresNadrieril2020-01-301-9/+2
* Cleanup variable handlingNadrieril2020-01-291-1/+1
* Move envs to their own filesNadrieril2020-01-291-0/+87