summaryrefslogtreecommitdiff
path: root/dhall/src/semantics/nze/normalize.rs (follow)
Commit message (Expand)AuthorAgeFilesLines
* Get rid of all the manual Ref borrowsNadrieril2020-01-301-115/+55
* Avoid unnecessary allocations of `Value`sNadrieril2020-01-301-12/+9
* Clarify normalization to ensure we only nze onceNadrieril2020-01-301-18/+7
* Move Thunk value into ValueInternalNadrieril2020-01-301-1/+0
* Factor out text literals in ValueNadrieril2020-01-301-30/+22
* Remove type parameter from ValueKindNadrieril2020-01-301-7/+4
* Move main API to lib.rsNadrieril2020-01-301-1/+1
* Move normalize under nzeNadrieril2020-01-301-0/+507