summaryrefslogtreecommitdiff
path: root/dhall/src/semantics/core/value.rs (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Use alpha variables everywhereNadrieril2020-01-171-1/+1
| | | | Don't bother keeping name around, it complicates matters
* Implement bulk shiftingNadrieril2020-01-171-21/+77
|
* Simplify a bitNadrieril2020-01-171-8/+18
|
* Remove Shift/Subst traitsNadrieril2020-01-171-80/+78
|
* Simplify Shift and Subst instancesNadrieril2020-01-171-127/+38
|
* Remove binder idsNadrieril2020-01-171-63/+4
| | | | The underlying purpose of them turned out to be unsound
* Use binder ids to reconstruct variables in expr outputNadrieril2020-01-171-21/+13
|
* Simplify Value::to_exprNadrieril2020-01-171-9/+9
|
* Use binder ids for Value equalityNadrieril2020-01-171-8/+68
|
* Introduce a notion of binderNadrieril2020-01-171-4/+4
|
* Implement traverse_ref for ValueKindNadrieril2020-01-171-0/+28
|
* 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
|
* s/TypecheckContext/TyCtx/Nadrieril2020-01-171-4/+2
|
* Ensure inferred type is always in normal formNadrieril2019-12-241-0/+3
|
* Move ValueKind into value.rsNadrieril2019-12-201-6/+264
|
* Reorder value.rsNadrieril2019-12-201-81/+81
|
* Move error module to root of crateNadrieril2019-12-201-1/+1
|
* Move out conversion from value back to ast to its own fileNadrieril2019-12-191-16/+9
|
* Rename ValueF to ValueKindNadrieril2019-12-191-35/+35
|
* Refer to semantics module properlyNadrieril2019-12-151-7/+7
|
* Avoid mention of `crate::` outside of top-level importsNadrieril2019-12-151-2/+1
|
* Move contents of dhall under a semantics submoduleNadrieril2019-12-151-0/+338