summaryrefslogtreecommitdiff
path: root/dhall/src/semantics/core/value.rs (follow)
Commit message (Expand)AuthorAgeFilesLines
* Move Value-related stuff under semantics::nzeNadrieril2020-01-301-698/+0
* Introduce Thunks and normalize lazilyNadrieril2020-01-301-13/+58
* Remove NF marker; it was premature optimizationNadrieril2020-01-301-22/+11
* Increase encapsulation for ClosuresNadrieril2020-01-301-7/+27
* Make unnormalized Values unobservableNadrieril2020-01-301-7/+2
* s/as_whnf/kind/Nadrieril2020-01-301-5/+5
* TweakNadrieril2020-01-301-9/+4
* Remove use of take_mutNadrieril2020-01-301-25/+22
* Encapsulate partially applied builtin in a separate structNadrieril2020-01-301-25/+5
* Move builtins-related code to its own moduleNadrieril2020-01-301-9/+22
* Cleanup variable handlingNadrieril2020-01-291-6/+4
* Move envs to their own filesNadrieril2020-01-291-2/+2
* Finally get rid of all of the shift/subst_shift !Nadrieril2020-01-291-72/+0
* s/QuoteEnv/VarEnv/Nadrieril2020-01-291-18/+18
* Remove dead codeNadrieril2020-01-291-32/+0
* Use TyExpr in TypedNadrieril2020-01-291-6/+1
* Implement assert & merge and fix more bugsNadrieril2020-01-281-11/+36
* Thread env through nztion to fix Foo/build closuresNadrieril2020-01-281-6/+15
* Fix all sorts of variable shenanigansNadrieril2020-01-281-108/+10
* 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