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.
2 parents 0210025 + 12fb34f commit 58ba268Copy full SHA for 58ba268
src/Data/Array/ST.purs
@@ -91,7 +91,7 @@ foreign import peekSTArrayImpl
91
:: forall a h e r
92
. (a -> r)
93
-> r
94
- -> (STArray h a)
+ -> STArray h a
95
-> Int
96
-> (Eff (st :: ST h | e) r)
97
0 commit comments