Idris2-boot/libs
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
..
base Add uniqueSearch data type option 2019-12-07 18:54:02 +00:00
network export Network.Socket functions fix #152 2019-11-11 08:38:10 +01:00
prelude Merge branch 'master' of github.com:edwinb/Idris2 2019-11-19 14:07:55 +00:00