summaryrefslogtreecommitdiff
path: root/dhall/tests/type-errors/unit (unfollow)
Commit message (Expand)AuthorFilesLines
2020-02-09Move ui outputs to a sensible placeNadrieril101-577/+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 errorsNadrieril80-80/+405
2020-02-02Tweak errorsNadrieril6-13/+14
2020-02-02Fix spans for unions and recordsNadrieril2-4/+4
2020-02-02More errorsNadrieril6-9/+31
2020-02-02More nice errors plus some refactorNadrieril8-11/+38
2020-02-01Implement once nice error using annotate_snippetsNadrieril3-3/+24
2020-01-30Remove debug output in type errorsNadrieril3-85/+3
2020-01-29Cleanup variable handlingNadrieril1-2/+0
2020-01-29Use TyExpr in TypedNadrieril23-48/+106
2020-01-25Make most type errors stringyNadrieril57-110/+57
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 messageNadrieril76-76/+76
2019-12-22Update dhall-lang submoduleNadrieril1-0/+1
2019-12-22Update dhall-lang submoduleNadrieril2-0/+2
2019-11-11Add more detail to TypeMismatch errorNadrieril4-0/+38
2019-11-11Add a few more pretty errorsNadrieril8-8/+33
2019-11-11Move "Type error" error prefixNadrieril3-6/+6
2019-11-11Display first pretty type errorNadrieril3-3/+18
2019-11-11Implement basicest Display for TypeErrorNadrieril84-84/+84
2019-11-11Test type error messagesNadrieril84-0/+84