mirror of
https://github.com/GaloisInc/macaw.git
synced 2024-12-26 07:33:33 +03:00
Remove warnings
This commit is contained in:
parent
fd397a80d8
commit
f1f16b7509
@ -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)
|
||||
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user