|
| Control.Monad.Array.ArrayT |
|
|
| Description |
| A monad that cleanly generalizes out implementation details of array manipulation in a monad. In general, this is likely to be the most efficient array transformer implementation made available in this library, but if improperly used, elements of this implementation may lead to segfaults.
|
|
| Synopsis |
|
|
|
| Documentation |
|
|
| Monad controlling safe access to an underlying array.
|
|
|
| Monad transformer that safely grants the underlying monad access to a mutable array.
| Instances | |
|
|
|
|
|
|
|
|
|
|
| Produced by Haddock version 2.4.1 |