mirror of
https://github.com/idris-lang/Idris2.git
synced 2024-12-15 06:13:26 +03:00
12 lines
373 B
Plaintext
12 lines
373 B
Plaintext
1/1: Building Ambig1 (Ambig1.idr)
|
|
Main> Bye for now!
|
|
1/1: Building Ambig2 (Ambig2.idr)
|
|
Ambig2.idr:26:21--26:28:While processing right hand side of keepUnique at Ambig2.idr:26:1--28:1:
|
|
Ambiguous elaboration at:
|
|
26 keepUnique {b} xs = toList (fromList xs)
|
|
^^^^^^^
|
|
Possible correct results:
|
|
Main.Set.toList ?arg
|
|
Main.Vect.toList ?arg
|
|
Main> Bye for now!
|