summaryrefslogtreecommitdiff
path: root/src/runtime/haskell/PGF/Tokenizer.hs
diff options
context:
space:
mode:
Diffstat (limited to 'src/runtime/haskell/PGF/Tokenizer.hs')
-rw-r--r--src/runtime/haskell/PGF/Tokenizer.hs1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/runtime/haskell/PGF/Tokenizer.hs b/src/runtime/haskell/PGF/Tokenizer.hs
index ec75853aa..2fa6bcd48 100644
--- a/src/runtime/haskell/PGF/Tokenizer.hs
+++ b/src/runtime/haskell/PGF/Tokenizer.hs
@@ -9,6 +9,7 @@ module PGF.Tokenizer
( mkTokenizer
) where
+import Prelude hiding ((<*>))
--import Data.List (intercalate)
--import Test.QuickCheck
import FST.TransducerInterface