mirror of
https://github.com/idris-lang/Idris2.git
synced 2024-12-01 01:09:03 +03:00
11 lines
271 B
Plaintext
11 lines
271 B
Plaintext
1/1: Building iftype (iftype.idr)
|
|
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"
|
|
at:
|
|
15 isInListBad = Here
|
|
^^^^
|
|
|