summaryrefslogtreecommitdiff
path: root/dhall/src/semantics (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
* Move main API to lib.rsNadrieril2020-01-308-250/+8
|
* Move normalize under nzeNadrieril2020-01-306-6/+5
|
* Move Value-related stuff under semantics::nzeNadrieril2020-01-307-11/+7
|
* Introduce Thunks and normalize lazilyNadrieril2020-01-307-45/+95
|
* Remove NF marker; it was premature optimizationNadrieril2020-01-301-22/+11
|
* Increase encapsulation for ClosuresNadrieril2020-01-302-12/+32
|
* Make unnormalized Values unobservableNadrieril2020-01-302-10/+3
|
* s/as_whnf/kind/Nadrieril2020-01-304-55/+53
|
* TweakNadrieril2020-01-301-9/+4
|
* Remove use of take_mutNadrieril2020-01-301-25/+22
|
* Encapsulate partially applied builtin in a separate structNadrieril2020-01-306-74/+120
|
* Remove debug output in type errorsNadrieril2020-01-301-12/+3
|
* No need for the current env to tck Foo/build closuresNadrieril2020-01-303-27/+3
|
* Clean importsNadrieril2020-01-301-7/+8
|
* Actually, no need for keeping extra args in apply_builtinNadrieril2020-01-301-25/+10
|
* Remove old typecheck moduleNadrieril2020-01-303-21/+5
|
* Move builtins-related code to its own moduleNadrieril2020-01-308-568/+553
|
* Cleanup variable handlingNadrieril2020-01-296-50/+32
|
* Move envs to their own filesNadrieril2020-01-2911-241/+239
|
* Finally get rid of all of the shift/subst_shift !Nadrieril2020-01-294-90/+3
|
* s/QuoteEnv/VarEnv/Nadrieril2020-01-293-43/+40
|
* Use NameEnv in tyexpr_to_exprNadrieril2020-01-292-35/+23
|
* Remove dead codeNadrieril2020-01-298-1187/+25
|
* Fix insufficient normalizationNadrieril2020-01-293-10/+16
|
* Use TyExpr in TypedNadrieril2020-01-294-51/+36
|
* Use Normalized in serde_dhallNadrieril2020-01-291-52/+74
|
* Fix more bugsNadrieril2020-01-292-61/+40
|
* Implement assert & merge and fix more bugsNadrieril2020-01-283-104/+171
|
* Thread env through nztion to fix Foo/build closuresNadrieril2020-01-286-44/+95
|
* Fix all sorts of variable shenanigansNadrieril2020-01-283-117/+50
|
* Start rewriting value comparisonNadrieril2020-01-271-0/+107
|
* Fix a bunch of bugs and more tckNadrieril2020-01-278-50/+100
|
* Moar typecheckNadrieril2020-01-251-145/+342
|
* More typecheckNadrieril2020-01-253-58/+301
|
* Make most type errors stringyNadrieril2020-01-251-98/+53
|
* Enable comparing Closures for equalityNadrieril2020-01-253-14/+20
|
* Typecheck more casesNadrieril2020-01-253-58/+153
|
* Implement basic typecheck with new approachNadrieril2020-01-243-3/+150
|
* Fix some variable shifting failuresNadrieril2020-01-244-14/+53
|
* Disable runtime type checksNadrieril2020-01-241-6/+7
|
* Normalize more expressionsNadrieril2020-01-242-9/+10
|
* Restore all types in Value::to_tyexprNadrieril2020-01-244-64/+101
|
* Reuse normalize_one_layer in new eval flowNadrieril2020-01-241-27/+41
|
* Implement basic env-based normalization for Value-based TyExprNadrieril2020-01-235-109/+271
|
* Prepare Value for reverse variablesNadrieril2020-01-215-19/+49
| | | | I thought it would work ><. It's a bit too early
* Simplify type error typeNadrieril2020-01-213-34/+14
|
* Split TyEnv into two envsNadrieril2020-01-201-102/+152
|
* Reimplement basic tck/nze with proper environmentsNadrieril2020-01-205-7/+414
| | | | Inspired from dhall_haskell
* Restore more types in value_to_tyexprNadrieril2020-01-195-37/+93
|
* fixup! Introduce intermediate representation that stores typed exprNadrieril2020-01-181-65/+62
|