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 9621433 commit 1e784d1Copy full SHA for 1e784d1
src/BotPlutusInterface/UtxoParser.hs
@@ -6,7 +6,7 @@ module BotPlutusInterface.UtxoParser (
6
tokenNameParser,
7
) where
8
9
-import Control.Applicative (many, (<|>))
+import Control.Applicative (many, optional)
10
import Control.Monad (mzero, void)
11
import Data.Aeson.Extras (tryDecode)
12
import Data.Attoparsec.ByteString.Char8 (isSpace)
0 commit comments