We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
For example, when using reldir QuasiQuoter from path library like this:
reldir
path
{-# LANGUAGE QuasiQuotes #-} module Sandbox where import Path (reldir) foo = [reldir|aba|]
I get Scoped None but expecting GlobalSymbol (Value "Path" "reldir") ... or something like that.
Scoped None
GlobalSymbol (Value "Path" "reldir") ...