summaryrefslogtreecommitdiff
path: root/dhall/tests/type-errors (unfollow)
Commit message (Expand)AuthorFilesLines
2020-02-09Move ui outputs to a sensible placeNadrieril105-600/+0
2020-02-06Add forgotten test outputsNadrieril6-0/+40
2020-02-04Implement typechecking of toMapNadrieril9-0/+55
2020-02-04Add basic pretty type errors to all errorsNadrieril82-82/+412
2020-02-02Add local test files on top of dhall-lang testsNadrieril1-0/+1
2020-02-02Tweak errorsNadrieril7-15/+17
2020-02-02Fix spans for unions and recordsNadrieril2-4/+4
2020-02-02More errorsNadrieril7-11/+33
2020-02-02More nice errors plus some refactorNadrieril9-13/+40
2020-02-01Implement once nice error using annotate_snippetsNadrieril4-4/+38
2020-01-30Remove debug output in type errorsNadrieril3-85/+3
2020-01-29Cleanup variable handlingNadrieril1-2/+0
2020-01-29Use TyExpr in TypedNadrieril25-50/+108
2020-01-25Make most type errors stringyNadrieril58-118/+58
2020-01-24Update type-errorsNadrieril45-47/+47
2019-12-27Update dhall-lang submoduleNadrieril2-2/+2
2019-12-24Extend merge to work on OptionalsNadrieril4-4/+4
2019-12-24Add debug output to unhandled type error messageNadrieril78-78/+78
2019-12-22Update dhall-lang submoduleNadrieril1-0/+1
2019-12-22Update dhall-lang submoduleNadrieril2-0/+2
2019-11-11Add more detail to TypeMismatch errorNadrieril5-0/+45
2019-11-11Add a few more pretty errorsNadrieril9-9/+34
2019-11-11Move "Type error" error prefixNadrieril3-6/+6
2019-11-11Display first pretty type errorNadrieril3-3/+18
2019-11-11Implement basicest Display for TypeErrorNadrieril87-87/+87
2019-11-11Test type error messagesNadrieril87-0/+87