We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
forall h a. ST h a -> Effect a
1 parent f5483d3 commit 7a48e33Copy full SHA for 7a48e33
test/Test/Node/Buffer/ST.purs
@@ -16,7 +16,7 @@ import Unsafe.Coerce (unsafeCoerce)
16
test :: Effect Unit
17
test = do
18
log "Testing Node.Buffer.ST ..."
19
- testMutableBuffer (Proxy :: Proxy (STBuffer _)) (unsafeCoerce ST.run >>> pure)
+ testMutableBuffer (Proxy :: Proxy (STBuffer _)) unsafeCoerce
20
log " - run"
21
testRun
22
0 commit comments