Idris2/tests/idris2/basic003/expected

13 lines
386 B
Plaintext
Raw Normal View History

1/1: Building Ambig1 (Ambig1.idr)
Main> Bye for now!
1/1: Building Ambig2 (Ambig2.idr)
2020-07-22 22:16:43 +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:
2020-07-22 22:16:43 +03:00
26 | keepUnique {b} xs = toList (fromList xs)
^^^^^^
2020-06-11 23:46:36 +03:00
Possible correct results:
2020-07-22 22:16:43 +03:00
Main.Set.toList ?arg
Main.Vect.toList ?arg
Main> Bye for now!