[project @ 1999-06-28 15:43:12 by simonmar]
[ghc-hetmet.git] / 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