From: simonmar Date: Mon, 28 Jun 1999 10:41:06 +0000 (+0000) Subject: [project @ 1999-06-28 10:41:06 by simonmar] X-Git-Tag: Approximately_9120_patches~6072 X-Git-Url: http://git.megacz.com/?p=ghc-hetmet.git;a=commitdiff_plain;h=ae137434ab5bd4d2f73e31cb48f845e0be0fcf66 [project @ 1999-06-28 10:41:06 by simonmar] nit-picking lexical tests for M. and M. --- diff --git a/ghc/tests/reader/should_compile/read023.hs b/ghc/tests/reader/should_compile/read023.hs new file mode 100644 index 0000000..dfcfd1e --- /dev/null +++ b/ghc/tests/reader/should_compile/read023.hs @@ -0,0 +1,9 @@ +module ShouldCompile where + +-- M. 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