summaryrefslogtreecommitdiff
path: root/dhall (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
* Properly substitute when typing AppNadrieril2019-04-292-57/+218
|
* Use PartiallyNormalized throughout typecheckingNadrieril2019-04-283-93/+95
|
* Move Pi to WHNFNadrieril2019-04-272-36/+51
|
* BuiltinsNadrieril2019-04-272-30/+11
|
* Replace TypeInternal::UnionType with WHNF::UnionTypeNadrieril2019-04-271-23/+23
|
* Replace TypeInternal::RecordType with WHNF::RecordTypeNadrieril2019-04-272-32/+68
|
* Rework TypeInternalNadrieril2019-04-271-83/+72
|
* Store thunks uniformly in WHNFNadrieril2019-04-271-59/+42
|
* Abstract out thunks in type positionNadrieril2019-04-271-22/+64
|
* Rename Now to ThunkNadrieril2019-04-271-45/+44
|
* Define new intermediate expression typeNadrieril2019-04-272-19/+43
|
* Using only shift0 was not such a great ideaNadrieril2019-04-271-23/+19
|
* Lists and OptionalsNadrieril2019-04-261-42/+94
|
* ensure_is_const is not that helpfulNadrieril2019-04-261-59/+35
|
* Union typesNadrieril2019-04-261-66/+117
|
* Respect import boundary in normalizationNadrieril2019-04-251-1/+3
|
* 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-252-134/+0
| | | | This reverts commit ff1bee1b115a5b9528be621502719cc4faeffaee.
* Try property testing against reference implementationNadrieril2019-04-252-0/+134
|
* 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
|
* Silence warningsNadrieril2019-04-232-0/+5
|
* 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-235-40/+118
|
* Pass TypedImproved directly to type_last_layerNadrieril2019-04-231-40/+55
|
* Temporarily simplify functions depending on TypeInternalNadrieril2019-04-223-41/+35
|
* Pass through new TypedImproved typeNadrieril2019-04-221-25/+92
|
* Store context in TypedNadrieril2019-04-223-33/+39
|
* Avoid shift_subst in typecheckNadrieril2019-04-222-32/+40
|
* Prepare for interop between two contextsNadrieril2019-04-213-25/+91
|
* Factor out context handlingNadrieril2019-04-212-19/+34
|
* Embrace TypeInternal as a semantic valueNadrieril2019-04-214-9/+25
|
* Move TypeInternal to typecheckNadrieril2019-04-202-23/+31
|
* CleanupNadrieril2019-04-201-3/+0
|
* Improve test failure ergonomicsNadrieril2019-04-202-10/+6
|
* An empty optional value is purely semanticNadrieril2019-04-203-16/+7
|
* Implement more normalization simplificationsNadrieril2019-04-201-9/+16
|
* shift by mutable ref to avoid reallocationsNadrieril2019-04-201-80/+71
|
* TweaksNadrieril2019-04-201-5/+6
|
* AppliedBuiltin does not need a contextNadrieril2019-04-201-25/+23
|
* Avoid a lot of unnecessary cloning in apply_builtinNadrieril2019-04-202-126/+184
|
* CleanupNadrieril2019-04-201-166/+144
|
* Swap importNadrieril2019-04-201-62/+54
|
* Remove last remnant of expr buildingNadrieril2019-04-201-12/+29
|
* Introduce special closures to avoid constructing exprsNadrieril2019-04-201-34/+67
|
* Avoid a lot of slow Expr costructionNadrieril2019-04-201-73/+52
|