summaryrefslogtreecommitdiff
path: root/dhall/src/semantics/nze/mod.rs (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Brutally make all of dhall pubNadrieril2020-03-311-4/+4
|
* Rename Value to NirNadrieril2020-02-171-2/+2
|
* Factor out custom Lazy structNadrieril2020-01-311-0/+1
|
* Remove Value visitorNadrieril2020-01-301-1/+0
| | | | | | It's mostly useful when we can change types, but it's also too constraining if we can, because then we can't enforce complex invariants like the one for TextLit.
* Move normalize under nzeNadrieril2020-01-301-0/+2
|
* Move Value-related stuff under semantics::nzeNadrieril2020-01-301-0/+5
|
* Move envs to their own filesNadrieril2020-01-291-2/+2
|
* Prepare Value for reverse variablesNadrieril2020-01-211-1/+1
| | | | I thought it would work ><. It's a bit too early
* Reimplement basic tck/nze with proper environmentsNadrieril2020-01-201-0/+2
Inspired from dhall_haskell