Idris-dev/test/dsl002
Edwin Brady da914af83e Consistency of implicit/pattern name binding rules
We've always said that the rules for binding names in patterns are the
same as the rules for binding names in implicits, i.e. a name beginning
with a lower case letter, not applied to anything, will be bound
implicitly, or treated as a pattern variable. This hasn't actually
always been quite true, even though it was supposed to be...

Correspondingly, added a warning for constructor names which may be
unexpectedly bound implicitly.

This patch changes the pattern binding rules so that it is the case.
Fixes #2653
2015-10-17 18:44:00 +01:00
..
expected Update tests to reflect the change of idris_readStr 2015-04-14 15:11:03 +08:00
Resimp.idr Consistency of implicit/pattern name binding rules 2015-10-17 18:44:00 +01:00
run Fix filename case in test run scripts 2014-02-08 10:54:51 +01:00
test Categorise tests 2014-01-30 17:24:08 +00:00
test014.idr Reading from a file shouldn't strip \n 2015-05-16 14:03:13 +01:00