summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
| * Fix some variable shifting failuresNadrieril2020-01-244-14/+53
| |
| * Update type-errorsNadrieril2020-01-2445-47/+47
| |
| * Disable runtime type checksNadrieril2020-01-241-6/+7
| |
| * Normalize more expressionsNadrieril2020-01-242-9/+10
| |
| * Restore all types in Value::to_tyexprNadrieril2020-01-244-64/+101
| |
| * Reuse normalize_one_layer in new eval flowNadrieril2020-01-241-27/+41
| |
| * Implement basic env-based normalization for Value-based TyExprNadrieril2020-01-236-111/+283
| |
| * Prepare Value for reverse variablesNadrieril2020-01-215-19/+49
| | | | | | | | I thought it would work ><. It's a bit too early
| * Simplify type error typeNadrieril2020-01-215-56/+31
| |
| * Split TyEnv into two envsNadrieril2020-01-201-102/+152
| |
| * Reimplement basic tck/nze with proper environmentsNadrieril2020-01-207-13/+432
| | | | | | | | Inspired from dhall_haskell
| * Restore more types in value_to_tyexprNadrieril2020-01-195-37/+93
| |
| * fixup! Introduce intermediate representation that stores typed exprNadrieril2020-01-181-65/+62
| |
| * Add Expr visitor and improve tyexpr_to_exprNadrieril2020-01-183-56/+52
| |
| * Introduce intermediate representation that stores typed exprNadrieril2020-01-188-129/+177
| |
| * SimplifyNadrieril2020-01-175-56/+34
| |
| * Replace all bulk shifting by a single shiftNadrieril2020-01-174-98/+8
| |
| * Use alpha variables everywhereNadrieril2020-01-173-27/+34
| | | | | | | | Don't bother keeping name around, it complicates matters
| * Implement bulk shiftingNadrieril2020-01-175-67/+163
| |
| * Tweak: handle empty lists in typeckNadrieril2020-01-172-20/+14
| |
| * Simplify a bitNadrieril2020-01-173-33/+42
| |
| * Remove Shift/Subst traitsNadrieril2020-01-176-227/+115
| |
| * Simplify Shift and Subst instancesNadrieril2020-01-173-273/+39
| |
| * Remove binder idsNadrieril2020-01-175-156/+28
| | | | | | | | The underlying purpose of them turned out to be unsound
| * Oops, this endeavour is doomedNadrieril2020-01-171-0/+1
| |
| * Use binder ids to reconstruct variables in expr outputNadrieril2020-01-175-40/+75
| |
| * Simplify Value::to_exprNadrieril2020-01-172-78/+52
| |
| * Use binder ids for Value equalityNadrieril2020-01-172-8/+74
| |
| * Store corresponding binder id in AlphaVarNadrieril2020-01-172-11/+16
| |
| * Assign a unique id to each binderNadrieril2020-01-172-5/+25
| |
| * Introduce a notion of binderNadrieril2020-01-175-46/+56
| |
| * Implement traverse_ref for ValueKindNadrieril2020-01-176-2/+169
| |
| * Parameterize ValueKind by its subnodesNadrieril2020-01-174-23/+29
| |
| * Revert "Implement PartialEq manually for ValueKind"Nadrieril2020-01-171-64/+1
| | | | | | | | This reverts commit 88c31554561bd7a600560af0e6bc97c48649f43f.
| * Implement PartialEq manually for ValueKindNadrieril2020-01-171-1/+64
| |
| * Construct T/Build closures in Expr spaceNadrieril2020-01-173-64/+58
| |
| * Tiny clarificationNadrieril2020-01-171-13/+10
| |
| * s/TypecheckContext/TyCtx/Nadrieril2020-01-174-30/+19
| |
| * Make TypecheckContext a named structNadrieril2020-01-171-9/+11
| |
| * TypecheckContext doesn't need RcNadrieril2020-01-171-14/+18
| | | | | | | | It's almost never cloned anymore
| * TypecheckContext doesn't need PartialEqNadrieril2020-01-171-9/+0
|/
* releaseNadrieril2020-01-166-9/+11
|
* Merge pull request #125 from Nadrieril/improve-apiNadrieril Feneanar2020-01-165-71/+296
|\ | | | | Improve API
| * Deserialize more typesNadrieril2020-01-165-21/+210
| |
| * Improve serde_dhall docs greatlyNadrieril2020-01-161-50/+86
|/
* Update dhall-lang submoduleNadrieril2019-12-275-23/+9
|
* Ensure normalization respects var names on the noseNadrieril2019-12-243-18/+14
|
* Ensure inferred type is always in normal formNadrieril2019-12-244-7/+19
|
* Ensure the output of type inference matches the spec variable namesNadrieril2019-12-242-9/+9
|
* Add missing serde link to READMENadrieril2019-12-241-1/+1
|