summaryrefslogtreecommitdiff
path: root/dhall/src/semantics/nze/lazy.rs (unfollow)
Commit message (Collapse)AuthorFilesLines
2020-11-03Remove NirInternalNadrieril1-0/+11
2020-11-03Normalize `with` by mutation.Nadrieril1-4/+17
This is Cow-style mutation: we clone only what's shared and then mutate it. This it more legible and more efficient than the immutable version.
2020-01-31Factor out custom Lazy structNadrieril1-0/+64