Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Unable to use qualified type names #9

Open
bgamari opened this issue Feb 3, 2019 · 1 comment
Open

Unable to use qualified type names #9

bgamari opened this issue Feb 3, 2019 · 1 comment

Comments

@bgamari
Copy link

bgamari commented Feb 3, 2019

Currently it's not possible to refer to a type by its qualified name. For instance,

[yesh1|
  -- name:hello :: rowcount Int
  -- :arg    :: Data.Int.Int
  ...
|]
@tdammers
Copy link
Owner

tdammers commented Feb 3, 2019

Correct; the parser was kept as dumb as humanly possible in order to avoid (unsuccessfully, even, as evidenced by #7) clashes with SQL syntax, and also to avoid having half a Haskell parser embedded in the extended-SQL parser. I think allowing dots wouldn't be a problem though.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants