summaryrefslogtreecommitdiff
path: root/dhall/tests/type-errors (follow)
Commit message (Expand)AuthorAgeFilesLines
* Move ui outputs to a sensible placeNadrieril2020-02-09105-600/+0
* Add forgotten test outputsNadrieril2020-02-066-0/+40
* Implement typechecking of toMapNadrieril2020-02-049-0/+55
* Add basic pretty type errors to all errorsNadrieril2020-02-0482-82/+412
* Add local test files on top of dhall-lang testsNadrieril2020-02-021-0/+1
* Tweak errorsNadrieril2020-02-027-15/+17
* Fix spans for unions and recordsNadrieril2020-02-022-4/+4
* More errorsNadrieril2020-02-027-11/+33
* More nice errors plus some refactorNadrieril2020-02-029-13/+40
* Implement once nice error using annotate_snippetsNadrieril2020-02-014-4/+38
* Remove debug output in type errorsNadrieril2020-01-303-85/+3
* Cleanup variable handlingNadrieril2020-01-291-2/+0
* Use TyExpr in TypedNadrieril2020-01-2925-50/+108
* Make most type errors stringyNadrieril2020-01-2558-118/+58
* Update type-errorsNadrieril2020-01-2445-47/+47
* Update dhall-lang submoduleNadrieril2019-12-272-2/+2
* Extend merge to work on OptionalsNadrieril2019-12-244-4/+4
* Add debug output to unhandled type error messageNadrieril2019-12-2478-78/+78
* Update dhall-lang submoduleNadrieril2019-12-221-0/+1
* Update dhall-lang submoduleNadrieril2019-12-222-0/+2
* Add more detail to TypeMismatch errorNadrieril2019-11-115-0/+45
* Add a few more pretty errorsNadrieril2019-11-119-9/+34
* Move "Type error" error prefixNadrieril2019-11-113-6/+6
* Display first pretty type errorNadrieril2019-11-113-3/+18
* Implement basicest Display for TypeErrorNadrieril2019-11-1187-87/+87
* Test type error messagesNadrieril2019-11-1187-0/+87