summaryrefslogtreecommitdiff
path: root/dhall/src/phase (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Move binop normalization into a separate functionNadrieril2019-05-081-165/+153
|
* Implement normalization for record merging operatorsNadrieril2019-05-082-21/+113
|
* Rename the record combining operators internallyNadrieril2019-05-081-3/+3
|
* Implement normalization of missing builtinsNadrieril2019-05-081-21/+68
|
* Don't discard normalization work done by typecheckingNadrieril2019-05-071-52/+93
|
* Slight improvement to typecheck ergonomicsNadrieril2019-05-071-59/+28
|
* Unify typecheck and normalization contextsNadrieril2019-05-072-5/+2
|
* Promote shift and subst_shift to traitsNadrieril2019-05-073-29/+42
|
* Move AlphaVar and AlphaLabel into a new moduleNadrieril2019-05-071-1/+2
|
* Small mistakeNadrieril2019-05-071-1/+3
|
* Clean up some of the SubExpr type-changing methodsNadrieril2019-05-072-4/+4
|
* Unify Type, TypeInternal and TypedNadrieril2019-05-072-116/+43
|
* Move main datatypes into their own modulesNadrieril2019-05-063-1194/+160
|
* Consolidate errors in the error moduleNadrieril2019-05-064-125/+25
|
* Reorganize dhall into a phase structureNadrieril2019-05-066-0/+4093