summaryrefslogtreecommitdiff
path: root/dhall/src/semantics/hir.rs (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Introduce proper Type structNadrieril2020-02-151-1/+5
|
* Desugar Completion during resolutionNadrieril2020-02-151-1/+1
|
* Factor some tck code to avoid needing get_type_tyexprNadrieril2020-02-151-2/+2
|
* Rework annotation and Sort handlingNadrieril2020-02-131-1/+1
|
* Simplify conversions to/from TyExprNadrieril2020-02-131-1/+7
|
* Remove the Embed variant from ExprKindNadrieril2020-02-111-4/+4
|
* Remove need for EmbedNadrieril2020-02-101-0/+1
| | | | This was an archaic leftover from copying the Haskell datatypes anyway
* Remove types from NzEnvNadrieril2020-02-091-1/+1
|
* Remove all types from ValueNadrieril2020-02-091-2/+2
|
* Resolve variables alongside import resolutionNadrieril2020-02-091-6/+30
|
* Remove most TyExpr from normalizationNadrieril2020-02-091-2/+1
|
* Add Hir as untyped alternative to TyExprNadrieril2020-02-091-0/+112