Remove warnings

This commit is contained in:
Joe Hendrix 2019-03-22 14:40:14 -07:00
parent fd397a80d8
commit f1f16b7509
No known key found for this signature in database
GPG Key ID: 8DFA5FF784098C4F
2 changed files with 2 additions and 1 deletions

View File

@ -196,6 +196,8 @@ type BoolType = 'BoolType
type TupleType = 'TupleType
type VecType = 'VecType
-- | The bitvector associated with the given floating-point format.
type FloatBVType (fi :: FloatInfo) = BVType (FloatInfoBits fi)

View File

@ -49,7 +49,6 @@ module Data.Macaw.X86
, x86DemandContext
) where
import Control.Exception (assert)
import Control.Lens
import Control.Monad.Cont
import Control.Monad.Except