[project @ 1999-06-28 10:41:06 by simonmar]
authorsimonmar <unknown>
Mon, 28 Jun 1999 10:41:06 +0000 (10:41 +0000)
committersimonmar <unknown>
Mon, 28 Jun 1999 10:41:06 +0000 (10:41 +0000)
nit-picking lexical tests for M.<reservedid> and M.<specialid>

ghc/tests/reader/should_compile/read023.hs [new file with mode: 0644]

diff --git a/ghc/tests/reader/should_compile/read023.hs b/ghc/tests/reader/should_compile/read023.hs
new file mode 100644 (file)
index 0000000..dfcfd1e
--- /dev/null
@@ -0,0 +1,9 @@
+module ShouldCompile where
+
+-- M.<keyword> isn't a qualified identifier
+f = Just.let x=id in x
+
+-- M.{as,hiding,qualified} *are* qualified identifiers
+g = ShouldCompile.as
+
+as x = x