We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I was trying to use qReadFileText for example but just foo = $(qReadFileText "my/file") results in
qReadFileText
foo = $(qReadFileText "my/file")
Expected type: Language.Haskell.TH.Lib.ExpQ Actual type: Language.Haskell.TH.Syntax.Q Text
And I couldn't find any better variants yet...
The text was updated successfully, but these errors were encountered:
Hi! You want qReadFileText "my/file" >>= lift, perhaps with a use of Data.Text.unpack. Seems like a good thing to document, indeed.
qReadFileText "my/file" >>= lift
Data.Text.unpack
Sorry, something went wrong.
No branches or pull requests
I was trying to use
qReadFileText
for example but justfoo = $(qReadFileText "my/file")
results inAnd I couldn't find any better variants yet...
The text was updated successfully, but these errors were encountered: