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.
withArray
1 parent b6c5f5b commit 7fd7ecbCopy full SHA for 7fd7ecb
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
55
:: forall a b r h
56
. (STArray h a -> Eff (st :: ST h | r) b)
0 commit comments