Skip to content

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