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 b6c5f5b + 7fd7ecb commit bf2c332Copy full SHA for bf2c332
src/Data/Array/ST.purs
@@ -49,8 +49,8 @@ foreign import runSTArray
49
. (forall h. Eff (st :: ST h | r) (STArray h a))
50
-> Eff r (Array a)
51
52
--- Perform an effect requiring a mutable array on a copy of an immutable array,
53
--- safely returning the result as an immutable array.
+-- | Perform an effect requiring a mutable array on a copy of an immutable array,
+-- | safely returning the result as an immutable array.
54
withArray
55
:: forall a b r h
56
. (STArray h a -> Eff (st :: ST h | r) b)
0 commit comments