summaryrefslogtreecommitdiff
path: root/dhall/src/semantics/phase (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Move parse and resolve up a levelNadrieril2020-01-303-220/+0
|
* Move main API to lib.rsNadrieril2020-01-303-244/+2
|
* Move normalize under nzeNadrieril2020-01-302-508/+0
|
* Introduce Thunks and normalize lazilyNadrieril2020-01-302-6/+7
|
* s/as_whnf/kind/Nadrieril2020-01-301-13/+13
|
* Encapsulate partially applied builtin in a separate structNadrieril2020-01-301-20/+11
|
* Remove old typecheck moduleNadrieril2020-01-303-21/+5
|
* Move builtins-related code to its own moduleNadrieril2020-01-302-544/+6
|
* Move envs to their own filesNadrieril2020-01-292-62/+3
|
* Finally get rid of all of the shift/subst_shift !Nadrieril2020-01-291-5/+3
|
* Remove dead codeNadrieril2020-01-292-629/+2
|
* Fix insufficient normalizationNadrieril2020-01-291-3/+1
|
* Use TyExpr in TypedNadrieril2020-01-292-44/+27
|
* Use Normalized in serde_dhallNadrieril2020-01-291-52/+74
|
* 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-282-32/+58
|
* Fix a bunch of bugs and more tckNadrieril2020-01-274-13/+31
|
* More typecheckNadrieril2020-01-252-50/+70
|
* Make most type errors stringyNadrieril2020-01-251-98/+53
|
* Enable comparing Closures for equalityNadrieril2020-01-251-4/+7
|
* Typecheck more casesNadrieril2020-01-252-5/+19
|
* 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-242-10/+20
|
* 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
|
* Simplify type error typeNadrieril2020-01-211-30/+12
|
* Restore more types in value_to_tyexprNadrieril2020-01-191-8/+15
|
* Introduce intermediate representation that stores typed exprNadrieril2020-01-181-1/+9
|
* SimplifyNadrieril2020-01-172-16/+15
|
* Tweak: handle empty lists in typeckNadrieril2020-01-172-20/+14
|
* Remove Shift/Subst traitsNadrieril2020-01-173-15/+1
|
* Use binder ids to reconstruct variables in expr outputNadrieril2020-01-171-7/+1
|
* Store corresponding binder id in AlphaVarNadrieril2020-01-171-1/+2
|
* Introduce a notion of binderNadrieril2020-01-171-13/+14
|
* Parameterize ValueKind by its subnodesNadrieril2020-01-172-7/+10
|
* Construct T/Build closures in Expr spaceNadrieril2020-01-172-58/+58
|
* Tiny clarificationNadrieril2020-01-171-13/+10
|
* s/TypecheckContext/TyCtx/Nadrieril2020-01-171-14/+8
|
* Ensure normalization respects var names on the noseNadrieril2019-12-241-8/+8
|
* Ensure inferred type is always in normal formNadrieril2019-12-242-2/+14
|
* Ensure the output of type inference matches the spec variable namesNadrieril2019-12-241-7/+7
|
* Extend merge to work on OptionalsNadrieril2019-12-242-4/+36
|
* Add two new Integer builtinsNadrieril2019-12-232-0/+14
|
* Update dhall-lang submoduleNadrieril2019-12-221-77/+42
|
* Implement parsing for record completionNadrieril2019-12-222-0/+2
|
* Update dhall-lang submoduleNadrieril2019-12-221-1/+9
|
* Move ValueKind into value.rsNadrieril2019-12-203-3/+3
|