Idris2-boot/tests/idris2/reg005/expected
Edwin Brady 654ab0cbd0 Look inside definitions during conversion
If two definitions are identical, with the same arguments, they should
convert, even if they have different names. Fixes #194
2020-02-23 15:58:14 +00:00

7 lines
228 B
Plaintext

1/1: Building iftype (iftype.idr)
iftype.idr:15:15--16:1:While processing right hand side of Main.isInListBad at iftype.idr:15:1--16:1:
Can't solve constraint between:
if c then "Foo" else "Bar"
and
if c then "Foo" else "Baz"