Closed
Description
I would like to set a language extension for use with the eval plugin:
-- >>> :set -XQuasiQuotes
-- >>> [e||]
However I am told that there is no such command as set
, similar things happen with the multiline input command too (:{
)
Adding the extension as a pragma works well, however this extension is otherwise unused and hlint thus complains about it.
Happy to provide all the other stuff in the issue template lazily.