summaryrefslogtreecommitdiff
path: root/dhall/src/semantics/nze/mod.rs (unfollow)
Commit message (Collapse)AuthorFilesLines
2020-03-31Brutally make all of dhall pubNadrieril1-4/+4
2020-02-17Rename Value to NirNadrieril1-2/+2
2020-01-31Factor out custom Lazy structNadrieril1-0/+1
2020-01-30Remove Value visitorNadrieril1-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.
2020-01-30Move normalize under nzeNadrieril1-0/+2
2020-01-30Move Value-related stuff under semantics::nzeNadrieril1-0/+5
2020-01-29Move envs to their own filesNadrieril1-2/+2
2020-01-21Prepare Value for reverse variablesNadrieril1-1/+1
I thought it would work ><. It's a bit too early
2020-01-20Reimplement basic tck/nze with proper environmentsNadrieril1-0/+2
Inspired from dhall_haskell