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.
1 parent 8cb9e1f commit 8b77727Copy full SHA for 8b77727
docs/Prelude.Unsafe.md
@@ -1,16 +1,3 @@
1
# Module Documentation
2
3
-## Module Prelude.Unsafe
4
-
5
-#### `unsafeIndex`
6
7
-``` purescript
8
-unsafeIndex :: forall a. Array a -> Number -> a
9
-```
10
11
-Find the element of an array at the specified index.
12
13
-Note: this function can cause unpredictable failure at runtime if the index is out-of-bounds.
14
15
16
docs/Prelude.md
@@ -421,7 +421,7 @@ instance bindArray :: Bind Array
421
#### `(>>=)`
422
423
``` purescript
424
-(>>=) :: forall m a b. (Monad m) => m a -> (a -> m b) -> m b
+(>>=) :: forall m a b. (Bind m) => m a -> (a -> m b) -> m b
425
```
426
427
src/Prelude/Unsafe.purs
0 commit comments