Idris2/tests/idris2/basic003/expected

12 lines
372 B
Plaintext
Raw Normal View History

1/1: Building Ambig1 (Ambig1.idr)
Main> Bye for now!
1/1: Building Ambig2 (Ambig2.idr)
2020-06-13 17:51:05 +03:00
Ambig2.idr:26:21--26:27:While processing right hand side of keepUnique at Ambig2.idr:26:1--28:1:
2020-06-11 23:46:36 +03:00
Ambiguous elaboration at:
26 keepUnique {b} xs = toList (fromList xs)
2020-06-13 17:51:05 +03:00
^^^^^^
2020-06-11 23:46:36 +03:00
Possible correct results:
Main.Set.toList ?arg
Main.Vect.toList ?arg
Main> Bye for now!