Skip to content

Commit 7a48e33

Browse files
committed
Simplify forall h a. ST h a -> Effect a function.
1 parent f5483d3 commit 7a48e33

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/Test/Node/Buffer/ST.purs

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ import Unsafe.Coerce (unsafeCoerce)
1616
test :: Effect Unit
1717
test = do
1818
log "Testing Node.Buffer.ST ..."
19-
testMutableBuffer (Proxy :: Proxy (STBuffer _)) (unsafeCoerce ST.run >>> pure)
19+
testMutableBuffer (Proxy :: Proxy (STBuffer _)) unsafeCoerce
2020
log " - run"
2121
testRun
2222

0 commit comments

Comments
 (0)