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