- 06 May, 2005 1 commit
-
-
ross authored
Rearrange arrows tests, and move tc120fail to arrowfail003.
-
- 04 May, 2005 2 commits
- 16 Apr, 2005 1 commit
-
-
ross authored
add another ShouldFail test, and also hook in arrow1 (still a failure, because the error message is poor).
-
- 15 Apr, 2005 2 commits
- 15 Mar, 2005 1 commit
-
-
ross authored
Fix (and test) for SourceForge bug 1161624: erroneous rejection of foo = proc x -> arr (\y -> y-1) -< x Now open a new level for the left side of -<, so that variables bound in the proc are illegal, but variables bound in the expression are OK. Note that the levels gimmick doesn't really implement holes in the scope: it rules out nasty obfuscations like foo x = proc x -> arr (\y -> x-1) -< x Also added the same treatment to the head of a `form', where it was missing. (for STABLE)
-
- 09 Nov, 2004 1 commit
-
-
ross authored
mark groups of tests as GHC-only, as they test GHC-specific features.
-
- 15 Sep, 2004 1 commit
-
-
ross authored
arrow notation: allow arrow applications (f -< a) to take a non-empty command stack, as suggested by Sebastian Boldt <Sebastian.Boldt@arcor.de>.
-
- 24 Sep, 2003 2 commits
- 20 Sep, 2003 1 commit
-
-
ross authored
expand test to include cases of lambdas
-
- 16 Jul, 2003 1 commit
-
-
ross authored
update tests to match revised syntax for forms (and test application too).
-
- 15 Jul, 2003 1 commit
-
-
ross authored
add a test for big tuples, but don't enable it because it takes a long time (thanks to the monster types, I suspect).
-
- 24 Jun, 2003 2 commits
- 23 Jun, 2003 3 commits
- 21 Jun, 2003 1 commit
-
-
ross authored
more arrow tests
-
- 20 Jun, 2003 1 commit
-
-
ross authored
update arrow tests
-
- 19 Jun, 2003 2 commits
- 18 Jun, 2003 2 commits