summaryrefslogtreecommitdiff
path: root/dhall/src/typecheck.rs (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Lists and OptionalsNadrieril2019-04-261-42/+94
|
* ensure_is_const is not that helpfulNadrieril2019-04-261-59/+35
|
* Union typesNadrieril2019-04-261-66/+117
|
* Fix shifting againNadrieril2019-04-251-13/+9
|
* Now I can use TypeInternal::RecordType fullyNadrieril2019-04-251-11/+10
|
* Revert "Try property testing against reference implementation"Nadrieril2019-04-251-133/+0
| | | | This reverts commit ff1bee1b115a5b9528be621502719cc4faeffaee.
* Try property testing against reference implementationNadrieril2019-04-251-0/+133
|
* Correctly shift values before inserting into contextNadrieril2019-04-251-4/+7
|
* normalize_to_type can use the captured contextNadrieril2019-04-251-14/+14
|
* RecordTypesNadrieril2019-04-231-62/+108
|
* Fix shifting under PiNadrieril2019-04-231-13/+29
|
* Avoid duplicating TypeInternal in TypedImprovedNadrieril2019-04-231-44/+40
|
* Avoid constructing ExprF::Pi while typecheckingNadrieril2019-04-231-57/+93
|
* Avoid duplicating work when matching on Pi typesNadrieril2019-04-231-35/+100
|
* Pass TypedImproved directly to type_last_layerNadrieril2019-04-231-40/+55
|
* Temporarily simplify functions depending on TypeInternalNadrieril2019-04-221-26/+14
|
* Pass through new TypedImproved typeNadrieril2019-04-221-25/+92
|
* Store context in TypedNadrieril2019-04-221-13/+18
|
* Avoid shift_subst in typecheckNadrieril2019-04-221-31/+25
|
* Prepare for interop between two contextsNadrieril2019-04-211-8/+53
|
* Factor out context handlingNadrieril2019-04-211-14/+28
|
* Embrace TypeInternal as a semantic valueNadrieril2019-04-211-8/+14
|
* Move TypeInternal to typecheckNadrieril2019-04-201-9/+29
|
* An empty optional value is purely semanticNadrieril2019-04-201-7/+1
|
* Make App() only store one argumentNadrieril2019-04-191-46/+18
|
* Label is redundant in EnvItem::SkipNadrieril2019-04-181-2/+3
|
* subst_shift in a single passNadrieril2019-04-181-10/+7
|
* Remove more duplicationNadrieril2019-04-181-3/+3
|
* Add typecheck failure testsNadrieril2019-04-161-7/+82
|
* Handle nullary union variantsNadrieril2019-04-161-1/+1
| | | | Closes #36
* Prepare for nullary union variantsNadrieril2019-04-161-8/+38
|
* Fix union constructor typecheckingNadrieril2019-04-161-17/+24
|
* Typecheck union constructorNadrieril2019-04-161-6/+15
|
* Typecheck unionsNadrieril2019-04-161-16/+26
|
* Typecheck higher-kinded recordsNadrieril2019-04-161-21/+33
|
* Remove one more instance of duplicate typecheckingNadrieril2019-04-161-1/+1
|
* Remove higher-kinded type noise in TypeNadrieril2019-04-161-36/+54
|
* Avoid some work duplication in typecheckingNadrieril2019-04-161-48/+56
|
* Handle empty optionals correctlyNadrieril2019-04-151-0/+14
| | | | Closes #78
* clippyNadrieril2019-04-141-9/+8
|
* Implement `let` type synonymsNadrieril2019-04-141-51/+25
|
* Implement ListAppend typecheckingNadrieril2019-04-131-2/+20
|
* Various typecheck improvementsNadrieril2019-04-131-83/+93
|
* Don't need dhall::expr!() for builtinsNadrieril2019-04-131-15/+20
|
* Split typecheck into two phasesNadrieril2019-04-131-202/+214
|
* Restrict public API to its most minimal expressionNadrieril2019-04-121-13/+12
|
* Remove any remains from the standard or `dhall-haskell`Nadrieril2019-04-121-2/+2
|
* Capture `Span`s in the AST and thread them through Parsed and ResolvedNadrieril2019-04-121-3/+3
|
* Thread lifetimes through other newtypesNadrieril2019-04-111-57/+78
| | | | Closes #55
* Add lifetime parameters to Parsed and ResolvedNadrieril2019-04-111-1/+1
| | | | Future-proofing