summaryrefslogtreecommitdiff
path: root/dhall/src/semantics/core (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Implement assert & merge and fix more bugsNadrieril2020-01-281-11/+36
|
* Thread env through nztion to fix Foo/build closuresNadrieril2020-01-282-9/+21
|
* Fix all sorts of variable shenanigansNadrieril2020-01-281-108/+10
|
* Start rewriting value comparisonNadrieril2020-01-271-0/+107
|
* Fix a bunch of bugs and more tckNadrieril2020-01-271-1/+7
|
* Enable comparing Closures for equalityNadrieril2020-01-251-9/+11
|
* Implement basic typecheck with new approachNadrieril2020-01-241-3/+2
|
* Fix some variable shifting failuresNadrieril2020-01-242-9/+26
|
* Disable runtime type checksNadrieril2020-01-241-6/+7
|
* Normalize more expressionsNadrieril2020-01-241-1/+5
|
* Restore all types in Value::to_tyexprNadrieril2020-01-242-54/+81
|
* Implement basic env-based normalization for Value-based TyExprNadrieril2020-01-232-108/+177
|
* Prepare Value for reverse variablesNadrieril2020-01-213-17/+35
| | | | I thought it would work ><. It's a bit too early
* Simplify type error typeNadrieril2020-01-211-2/+1
|
* Reimplement basic tck/nze with proper environmentsNadrieril2020-01-201-0/+3
| | | | Inspired from dhall_haskell
* Restore more types in value_to_tyexprNadrieril2020-01-192-28/+63
|
* fixup! Introduce intermediate representation that stores typed exprNadrieril2020-01-181-65/+62
|
* Introduce intermediate representation that stores typed exprNadrieril2020-01-182-25/+80
|
* SimplifyNadrieril2020-01-173-40/+19
|
* Replace all bulk shifting by a single shiftNadrieril2020-01-173-72/+8
|
* Use alpha variables everywhereNadrieril2020-01-172-22/+10
| | | | Don't bother keeping name around, it complicates matters
* Implement bulk shiftingNadrieril2020-01-174-63/+134
|
* Simplify a bitNadrieril2020-01-173-33/+42
|
* Remove Shift/Subst traitsNadrieril2020-01-173-212/+114
|
* Simplify Shift and Subst instancesNadrieril2020-01-172-270/+39
|
* Remove binder idsNadrieril2020-01-173-136/+16
| | | | The underlying purpose of them turned out to be unsound
* Use binder ids to reconstruct variables in expr outputNadrieril2020-01-173-28/+49
|
* Simplify Value::to_exprNadrieril2020-01-171-9/+9
|
* Use binder ids for Value equalityNadrieril2020-01-172-8/+74
|
* Store corresponding binder id in AlphaVarNadrieril2020-01-171-10/+14
|
* Assign a unique id to each binderNadrieril2020-01-172-5/+25
|
* Introduce a notion of binderNadrieril2020-01-174-33/+42
|
* Implement traverse_ref for ValueKindNadrieril2020-01-173-0/+165
|
* Parameterize ValueKind by its subnodesNadrieril2020-01-171-15/+18
|
* 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-171-6/+0
|
* s/TypecheckContext/TyCtx/Nadrieril2020-01-172-10/+8
|
* 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
|
* Ensure inferred type is always in normal formNadrieril2019-12-241-0/+3
|
* Move ValueKind into value.rsNadrieril2019-12-204-275/+265
|
* Reorder value.rsNadrieril2019-12-201-81/+81
|
* s/ExprF/ExprKind/Nadrieril2019-12-202-5/+5
|
* Move error module to root of crateNadrieril2019-12-202-2/+2
|
* Move out conversion from value back to ast to its own fileNadrieril2019-12-192-90/+17
|
* Rename ValueF to ValueKindNadrieril2019-12-196-362/+372
|
* Refer to semantics module properlyNadrieril2019-12-153-15/+15
|
* Avoid mention of `crate::` outside of top-level importsNadrieril2019-12-154-15/+13
|