From ae137434ab5bd4d2f73e31cb48f845e0be0fcf66 Mon Sep 17 00:00:00 2001 From: simonmar Date: Mon, 28 Jun 1999 10:41:06 +0000 Subject: [PATCH] [project @ 1999-06-28 10:41:06 by simonmar] nit-picking lexical tests for M. and M. --- ghc/tests/reader/should_compile/read023.hs | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 ghc/tests/reader/should_compile/read023.hs 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 -- 1.7.10.4