[project @ 1999-06-28 15:43:12 by simonmar]
authorsimonmar <unknown>
Mon, 28 Jun 1999 15:43:12 +0000 (15:43 +0000)
committersimonmar <unknown>
Mon, 28 Jun 1999 15:43:12 +0000 (15:43 +0000)
a couple more weird cases for lexing of qualified names.

ghc/tests/reader/should_compile/read023.hs

index dfcfd1e..d43370f 100644 (file)
@@ -1,9 +1,12 @@
 module ShouldCompile where
 
 -- M.<keyword> isn't a qualified identifier
-f = Just.let x=id in x
+f  = Just.let x=id in x
+f' = Just.\1 where (.\) = ($)
 
 -- M.{as,hiding,qualified} *are* qualified identifiers
-g = ShouldCompile.as
+g  = ShouldCompile.as
+g' = (ShouldCompile.!)
 
 as x = x
+(!) x = x