Resolve compilation warnings

This commit is contained in:
2021-11-08 10:36:22 +01:00
parent 919cddd814
commit 42b2eb5e41
6 changed files with 80 additions and 84 deletions

View File

@@ -1,7 +1,6 @@
module Assembler.ParserSpec where
import Test.Hspec
import Test.Hspec.QuickCheck
import qualified Assembler.Tokenizer as T
import Assembler.Parser

View File

@@ -1,7 +1,6 @@
module Assembler.TokenizerSpec where
import Test.Hspec
import Test.Hspec.QuickCheck
import Numeric (showHex)
import Data.Char (ord)