We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e16a886 commit 2bdba0dCopy full SHA for 2bdba0d
src/Text/Parsing/Parser/Token.purs
@@ -3,7 +3,7 @@ module Text.Parsing.Parser.Token where
3
import Data.String
4
import Data.Either
5
6
-import Control.Monad.State.Class
+import Control.Monad.State.Class hiding (get)
7
import Control.Monad.Error.Class
8
9
import Text.Parsing.Parser
0 commit comments