Skip to content

Commit 8b77727

Browse files
committed
Remove prelude.unsafe
1 parent 8cb9e1f commit 8b77727

File tree

3 files changed

+1
-27
lines changed

3 files changed

+1
-27
lines changed

docs/Prelude.Unsafe.md

Lines changed: 0 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,3 @@
11
# Module Documentation
22

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-
163

docs/Prelude.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -421,7 +421,7 @@ instance bindArray :: Bind Array
421421
#### `(>>=)`
422422

423423
``` purescript
424-
(>>=) :: forall m a b. (Monad m) => m a -> (a -> m b) -> m b
424+
(>>=) :: forall m a b. (Bind m) => m a -> (a -> m b) -> m b
425425
```
426426

427427

src/Prelude/Unsafe.purs

Lines changed: 0 additions & 13 deletions
This file was deleted.

0 commit comments

Comments
 (0)