summaryrefslogtreecommitdiff
path: root/dhall/tests/type-inference/failure/unit/CompletionWithWrongDefaultType.txt
blob: cf6863dbb790e99abd81281999d53bd5c67d795f (plain)
1
2
3
4
5
6
7
Type error: error: annot mismatch: { id : Optional Natural, name : Bool } != { id : Optional Natural, name : Text }
 --> <current file>:1:5
  |
...
6 | in  Example::{=}
  |     ^^^^^^^^^^^^ annot mismatch: { id : Optional Natural, name : Bool } != { id : Optional Natural, name : Text }
  |