Idris-dev/test/reg047
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 New regression test 2014-07-16 21:05:14 +02:00
reg047.idr Changed scoping rules for unbound implicits. 2015-09-21 17:23:33 +01:00
reg047a.idr Changed scoping rules for unbound implicits. 2015-09-21 17:23:33 +01:00
run New regression test 2014-07-16 21:05:14 +02:00