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 9d9ee1b + 77f5aa0 commit 90c1273Copy full SHA for 90c1273
bower.json
@@ -28,7 +28,7 @@
28
"angular": "1.2.26",
29
"todomvc-common": "0.1.9",
30
"purescript-strings": "0.4.1",
31
- "purescript-arrays": "0.2.1",
+ "purescript-arrays": "0.2.2",
32
"purescript-control": "0.2.1"
33
}
34
src/Angular/ST.purs
@@ -1,7 +1,8 @@
1
module Angular.ST where
2
3
import Control.Monad.Eff
4
-import Control.Monad.ST (ST(), STArray())
+import Control.Monad.ST (ST())
5
+import Data.Array.ST (STArray())
6
7
foreign import readSTArray "function readSTArray(arr) {\
8
\ return function() {\
0 commit comments