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

Add GHC-18157 #509

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open

Add GHC-18157 #509

wants to merge 1 commit into from

Conversation

ryndubei
Copy link

@ryndubei ryndubei commented Jun 7, 2024

No description provided.

import QQ (qq)

foo :: String
foo = [qq|1|]
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I'd imagine it should remain as in "before"?..

Suggested change
foo = [qq|1|]
foo = [qq|bar|]

{-# LANGUAGE TemplateHaskell #-}
module Example where

import Foo (foo)
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Could we fix the error with $(return []) as described at the end of https://downloads.haskell.org/ghc/9.12.1/docs/users_guide/exts/template_haskell.html#syntax ?

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

Successfully merging this pull request may close these issues.

3 participants