summaryrefslogtreecommitdiff
path: root/dhall/src/semantics/core/var.rs (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Simplify a bitNadrieril2020-01-171-0/+16
|
* Remove Shift/Subst traitsNadrieril2020-01-171-49/+14
|
* Simplify Shift and Subst instancesNadrieril2020-01-171-143/+1
|
* Remove binder idsNadrieril2020-01-171-23/+9
| | | | The underlying purpose of them turned out to be unsound
* Use binder ids to reconstruct variables in expr outputNadrieril2020-01-171-7/+3
|
* Use binder ids for Value equalityNadrieril2020-01-171-0/+6
|
* Store corresponding binder id in AlphaVarNadrieril2020-01-171-10/+14
|
* Assign a unique id to each binderNadrieril2020-01-171-2/+8
|
* Introduce a notion of binderNadrieril2020-01-171-17/+17
|
* Construct T/Build closures in Expr spaceNadrieril2020-01-171-6/+0
|
* s/ExprF/ExprKind/Nadrieril2019-12-201-3/+3
|
* Rename ValueF to ValueKindNadrieril2019-12-191-1/+1
|
* Avoid mention of `crate::` outside of top-level importsNadrieril2019-12-151-5/+5
|
* Move contents of dhall under a semantics submoduleNadrieril2019-12-151-0/+295