fix tests
This commit is contained in:
+1
-3
@@ -15,9 +15,7 @@ import qualified Language.Wasm.Structure as Structure
|
|||||||
|
|
||||||
import qualified Debug.Trace as Debug
|
import qualified Debug.Trace as Debug
|
||||||
|
|
||||||
instance NFData Structure.Module
|
isRight :: (Show b) => Either a b -> Bool
|
||||||
|
|
||||||
isRight :: (NFData b, Show b) => Either a b -> Bool
|
|
||||||
isRight (Right x) = x `seq` True
|
isRight (Right x) = x `seq` True
|
||||||
isRight _ = False
|
isRight _ = False
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user