summaryrefslogtreecommitdiff
path: root/dhall/src/phase/normalize.rs (follow)
Commit message (Expand)AuthorAgeFilesLines
* ExprF need not be generic in LabelNadrieril2019-05-091-5/+4
* Detect duplicate record fields in typecheckNadrieril2019-05-091-9/+9
* Generate normalization tests automaticallyNadrieril2019-05-091-361/+0
* Correctly shift free variables in normalizationNadrieril2019-05-091-1/+1
* Update dhall-lang submoduleNadrieril2019-05-091-13/+23
* Move binop normalization into a separate functionNadrieril2019-05-081-165/+153
* Implement normalization for record merging operatorsNadrieril2019-05-081-21/+110
* Implement normalization of missing builtinsNadrieril2019-05-081-21/+68
* Promote shift and subst_shift to traitsNadrieril2019-05-071-0/+1
* Small mistakeNadrieril2019-05-071-1/+3
* Move main datatypes into their own modulesNadrieril2019-05-061-984/+15
* Reorganize dhall into a phase structureNadrieril2019-05-061-0/+1888