Idris-dev/test/primitives001
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 Be more thorough in substring testing 2015-09-15 15:57:46 +02:00
input Substring as primitive 2015-09-15 09:48:31 +02:00
run Substring as primitive 2015-09-15 09:48:31 +02:00
substring.idr Changed scoping rules for unbound implicits. 2015-09-21 17:23:33 +01:00
test005.idr Move Data.Floats to Prelude.Doubles 2015-09-03 19:53:22 +01:00