summaryrefslogtreecommitdiff
path: root/dhall/src/core/thunk.rs (follow)
Commit message (Expand)AuthorAgeFilesLines
* Implement normalization for record merging operatorsNadrieril2019-05-081-0/+7
* Don't discard normalization work done by typecheckingNadrieril2019-05-071-6/+46
* Promote shift and subst_shift to traitsNadrieril2019-05-071-35/+47
* Move AlphaVar and AlphaLabel into a new moduleNadrieril2019-05-071-1/+2
* Document Value and ThunkNadrieril2019-05-071-3/+5
* Clean up some of the SubExpr type-changing methodsNadrieril2019-05-071-2/+2
* Move main datatypes into their own modulesNadrieril2019-05-061-0/+295