Idris2/tests/idris2/reg005/expected

11 lines
271 B
Plaintext
Raw Normal View History

1/1: Building iftype (iftype.idr)
2020-06-13 17:51:05 +03:00
iftype.idr:15:15--15:19:While processing right hand side of isInListBad at iftype.idr:15:1--16:1:
Can't solve constraint between:
if c then "Foo" else "Baz"
and
if c then "Foo" else "Bar"
2020-06-11 23:46:36 +03:00
at:
15 isInListBad = Here
2020-06-13 17:51:05 +03:00
^^^^
2020-06-11 23:46:36 +03:00