Idris2-boot/tests/idris2/perf003
Edwin Brady 663e1b8f69 Add uniqueSearch data type option
This changes the behaviour of 'auto' implicits so that by default they
return the first result, rather than checking for unique results. This
is consistent with Idris 1. However, we still want to check for
uniqueness somtimes (for example, with interface search, which should
reject overlapping results) so the 'uniqueSearch' option means that any
auto implicit search for the type should check uniqueness of results.

Fixes #169
2019-12-07 18:54:02 +00:00
..
Auto.idr Add uniqueSearch data type option 2019-12-07 18:54:02 +00:00
expected Add uniqueSearch data type option 2019-12-07 18:54:02 +00:00
run Add uniqueSearch data type option 2019-12-07 18:54:02 +00:00