We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b58361d commit e20d41eCopy full SHA for e20d41e
test/Main.purs
@@ -11,7 +11,8 @@ import Data.Maybe (Maybe(..), isNothing)
11
import Data.UInt (fromInt, pow)
12
import Partial.Unsafe (unsafePartial)
13
import Test.QuickCheck (quickCheck', (<?>), quickCheck)
14
-import Test.Input
+import Test.Input (WellFormedInput(..))
15
+
16
17
assertEffEquals :: forall a. Eq a => Show a => a -> Effect a -> Effect Unit
18
assertEffEquals expectedValue computation = do
@@ -84,4 +85,3 @@ main = do
84
85
DV.setUint8 dv t 2
86
DV.setUint8 dv t 3
87
DV.getUint32be dv 0
-
0 commit comments