summaryrefslogtreecommitdiff
path: root/dhall/src/semantics/tck/typecheck.rs (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* Implement typechecking of toMapNadrieril2020-02-041-1/+79
* Add basic pretty type errors to all errorsNadrieril2020-02-041-46/+66
* Add local test files on top of dhall-lang testsNadrieril2020-02-021-0/+1
* Tweak errorsNadrieril2020-02-021-44/+43
* Use Spans consistently by valueNadrieril2020-02-021-8/+8
* Let rustfmt format string literalsNadrieril2020-02-021-43/+44
* More errorsNadrieril2020-02-021-5/+79
* More nice errors plus some refactorNadrieril2020-02-021-94/+110
* Implement once nice error using annotate_snippetsNadrieril2020-02-011-22/+32
* Tweak ConstantClosureNadrieril2020-01-301-12/+14
* Get rid of all the manual Ref borrowsNadrieril2020-01-301-34/+20
* Move main API to lib.rsNadrieril2020-01-301-1/+1
* Move normalize under nzeNadrieril2020-01-301-1/+1
* Introduce Thunks and normalize lazilyNadrieril2020-01-301-16/+15
* Increase encapsulation for ClosuresNadrieril2020-01-301-5/+5
* s/as_whnf/kind/Nadrieril2020-01-301-17/+15
* Encapsulate partially applied builtin in a separate structNadrieril2020-01-301-11/+15
* Remove debug output in type errorsNadrieril2020-01-301-12/+3
* Move builtins-related code to its own moduleNadrieril2020-01-301-12/+10
* Move envs to their own filesNadrieril2020-01-291-55/+3
* s/QuoteEnv/VarEnv/Nadrieril2020-01-291-18/+16
* Remove dead codeNadrieril2020-01-291-22/+8
* Fix insufficient normalizationNadrieril2020-01-291-6/+6
* Use TyExpr in TypedNadrieril2020-01-291-1/+8
* Fix more bugsNadrieril2020-01-291-33/+36
* Implement assert & merge and fix more bugsNadrieril2020-01-281-90/+118
* Thread env through nztion to fix Foo/build closuresNadrieril2020-01-281-3/+11
* Fix a bunch of bugs and more tckNadrieril2020-01-271-29/+35
* Moar typecheckNadrieril2020-01-251-145/+342
* More typecheckNadrieril2020-01-251-8/+231
* Enable comparing Closures for equalityNadrieril2020-01-251-1/+2
* Typecheck more casesNadrieril2020-01-251-53/+134
* Implement basic typecheck with new approachNadrieril2020-01-241-0/+147