summaryrefslogtreecommitdiff
path: root/dhall/src/semantics/core/value.rs (follow)
Commit message (Expand)AuthorAgeFilesLines
* Start rewriting value comparisonNadrieril2020-01-271-0/+107
* Enable comparing Closures for equalityNadrieril2020-01-251-9/+11
* Fix some variable shifting failuresNadrieril2020-01-241-7/+11
* Disable runtime type checksNadrieril2020-01-241-6/+7
* Normalize more expressionsNadrieril2020-01-241-1/+5
* Restore all types in Value::to_tyexprNadrieril2020-01-241-48/+71
* Implement basic env-based normalization for Value-based TyExprNadrieril2020-01-231-108/+159
* Prepare Value for reverse variablesNadrieril2020-01-211-14/+26
* Simplify type error typeNadrieril2020-01-211-2/+1
* Restore more types in value_to_tyexprNadrieril2020-01-191-23/+54
* fixup! Introduce intermediate representation that stores typed exprNadrieril2020-01-181-65/+62
* Introduce intermediate representation that stores typed exprNadrieril2020-01-181-8/+79
* SimplifyNadrieril2020-01-171-16/+10
* Replace all bulk shifting by a single shiftNadrieril2020-01-171-45/+0
* Use alpha variables everywhereNadrieril2020-01-171-1/+1
* 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
* 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
* 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