Skip to content
Snippets Groups Projects
Commit 9956bafe authored by Simon Marlow's avatar Simon Marlow
Browse files

[project @ 1999-06-28 15:43:12 by simonmar]

a couple more weird cases for lexing of qualified names.
parent 884ec3bb
No related merge requests found
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
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment