mirror of
https://github.com/edwinb/Idris2-boot.git
synced 2024-12-19 10:51:35 +03:00
If two definitions are identical, with the same arguments, they should convert, even if they have different names. Fixes #194
7 lines
228 B
Plaintext
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"
|