summaryrefslogtreecommitdiff
path: root/dhall/src/phase/typecheck.rs (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
* Slight improvement to typecheck ergonomicsNadrieril2019-05-071-59/+28
|
* Unify typecheck and normalization contextsNadrieril2019-05-071-2/+2
|
* Promote shift and subst_shift to traitsNadrieril2019-05-071-0/+1
|
* Clean up some of the SubExpr type-changing methodsNadrieril2019-05-071-3/+3
|
* Unify Type, TypeInternal and TypedNadrieril2019-05-071-21/+7
|
* Move main datatypes into their own modulesNadrieril2019-05-061-208/+137
|
* Consolidate errors in the error moduleNadrieril2019-05-061-103/+11
|
* Reorganize dhall into a phase structureNadrieril2019-05-061-0/+1276