summaryrefslogtreecommitdiff
path: root/dhall/src/semantics/phase/normalize.rs (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Move normalize under nzeNadrieril2020-01-301-507/+0
|
* Introduce Thunks and normalize lazilyNadrieril2020-01-301-5/+6
|
* s/as_whnf/kind/Nadrieril2020-01-301-13/+13
|
* Encapsulate partially applied builtin in a separate structNadrieril2020-01-301-20/+11
|
* Move builtins-related code to its own moduleNadrieril2020-01-301-367/+6
|
* Move envs to their own filesNadrieril2020-01-291-60/+2
|
* Finally get rid of all of the shift/subst_shift !Nadrieril2020-01-291-5/+3
|
* Remove dead codeNadrieril2020-01-291-7/+0
|
* Fix more bugsNadrieril2020-01-291-28/+4
|
* Implement assert & merge and fix more bugsNadrieril2020-01-281-3/+17
|
* Thread env through nztion to fix Foo/build closuresNadrieril2020-01-281-25/+45
|
* Fix a bunch of bugs and more tckNadrieril2020-01-271-1/+4
|
* More typecheckNadrieril2020-01-251-2/+17
|
* Enable comparing Closures for equalityNadrieril2020-01-251-4/+7
|
* Typecheck more casesNadrieril2020-01-251-3/+10
|
* Implement basic typecheck with new approachNadrieril2020-01-241-0/+1
|
* Fix some variable shifting failuresNadrieril2020-01-241-5/+19
|
* Normalize more expressionsNadrieril2020-01-241-8/+5
|
* Restore all types in Value::to_tyexprNadrieril2020-01-241-5/+13
|
* Reuse normalize_one_layer in new eval flowNadrieril2020-01-241-27/+41
|
* Implement basic env-based normalization for Value-based TyExprNadrieril2020-01-231-1/+84
|
* Restore more types in value_to_tyexprNadrieril2020-01-191-8/+15
|
* SimplifyNadrieril2020-01-171-5/+4
|
* Tweak: handle empty lists in typeckNadrieril2020-01-171-16/+4
|
* Remove Shift/Subst traitsNadrieril2020-01-171-1/+0
|
* Parameterize ValueKind by its subnodesNadrieril2020-01-171-6/+9
|
* Construct T/Build closures in Expr spaceNadrieril2020-01-171-56/+57
|
* Ensure normalization respects var names on the noseNadrieril2019-12-241-8/+8
|
* Extend merge to work on OptionalsNadrieril2019-12-241-2/+22
|
* Add two new Integer builtinsNadrieril2019-12-231-0/+11
|
* Update dhall-lang submoduleNadrieril2019-12-221-77/+42
|
* Implement parsing for record completionNadrieril2019-12-221-0/+1
|
* Move ValueKind into value.rsNadrieril2019-12-201-1/+1
|
* s/ExprF/ExprKind/Nadrieril2019-12-201-38/+38
|
* Rename ValueF to ValueKindNadrieril2019-12-191-108/+108
|
* Refer to semantics module properlyNadrieril2019-12-151-4/+4
|
* Avoid mention of `crate::` outside of top-level importsNadrieril2019-12-151-9/+9
|
* Move contents of dhall under a semantics submoduleNadrieril2019-12-151-0/+794