summaryrefslogtreecommitdiff
path: root/dhall/src/core/thunk.rs (unfollow)
Commit message (Expand)AuthorFilesLines
2019-08-10Remove dhall::expr!() macroNadrieril1-4/+0
2019-08-08Add support for dependent typesNadrieril1-0/+4
2019-05-12clippyNadrieril1-1/+1
2019-05-09Merge Type and TypedNadrieril1-1/+1
2019-05-09Make visibilities more consistentNadrieril1-27/+21
2019-05-09Reduce the distance between Type and TypedNadrieril1-48/+11
2019-05-09ExprF need not be generic in LabelNadrieril1-5/+3
2019-05-09Make shift fallible and improve shift ergonomicsNadrieril1-20/+20
2019-05-08Implement normalization for record merging operatorsNadrieril1-0/+7
2019-05-07Don't discard normalization work done by typecheckingNadrieril1-6/+46
2019-05-07Promote shift and subst_shift to traitsNadrieril1-35/+47
2019-05-07Move AlphaVar and AlphaLabel into a new moduleNadrieril1-1/+2
2019-05-07Document Value and ThunkNadrieril1-3/+5
2019-05-07Clean up some of the SubExpr type-changing methodsNadrieril1-2/+2
2019-05-06Move main datatypes into their own modulesNadrieril1-0/+295