summaryrefslogtreecommitdiff
path: root/dhall/src/phase/mod.rs (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Rewrite the StaticType trait and everything around itNadrieril2019-05-091-46/+11
|
* Tweak TypedNadrieril2019-05-091-15/+16
|
* Reduce the distance between Type and TypedNadrieril2019-05-091-22/+19
|
* Make shift fallible and improve shift ergonomicsNadrieril2019-05-091-9/+9
|
* Typecheck mergeNadrieril2019-05-081-0/+3
|
* Implement normalization for record merging operatorsNadrieril2019-05-081-0/+3
|
* Unify typecheck and normalization contextsNadrieril2019-05-071-3/+0
|
* Promote shift and subst_shift to traitsNadrieril2019-05-071-29/+40
|
* Move AlphaVar and AlphaLabel into a new moduleNadrieril2019-05-071-1/+2
|
* Unify Type, TypeInternal and TypedNadrieril2019-05-071-95/+36
|
* Move main datatypes into their own modulesNadrieril2019-05-061-2/+8
|
* Consolidate errors in the error moduleNadrieril2019-05-061-5/+3
|
* Reorganize dhall into a phase structureNadrieril2019-05-061-0/+389