Idris-dev/test/proofsearch001
Edwin Brady b678d7c93c Changed scoping rules for unbound implicits.
Any name which would be a valid unbound implicit is now *always* an
unbound implicit. This is much more resilient to changes in inputs, but
does require that function names be explicitly qualified when in
argument position.

Updated libraries/tests accordingly.

WARNING: This is likely to break some code; the fix is, in all cases, to
give explicit namespaces for function names in types in an argument
position (i.e. a valid position for it to be an unbound implicit).
2015-09-21 17:23:33 +01:00
..
expected Proof search fix 2015-09-01 21:17:09 +01:00
proofsearch001.idr Changed scoping rules for unbound implicits. 2015-09-21 17:23:33 +01:00
run Proof search fix 2015-09-01 21:17:09 +01:00