mirror of
https://github.com/idris-lang/Idris2.git
synced 2025-01-03 00:55:00 +03:00
Remove reference to MonadIO from CHANGELOG
This commit is contained in:
parent
dbdf7dab3d
commit
0316dfa417
@ -22,7 +22,6 @@ Library changes:
|
||||
|
||||
* `IO` operations in the `prelude` and `base` libraries now use the
|
||||
`HasIO` interface, rather than using `IO` directly.
|
||||
+ Also, added a `MonadIO` interface for operations which require `(>>=)`.
|
||||
* Experimental `Data.Linear.Array` added to `contrib`, support mutable linear
|
||||
arrays with constant time read/write, convertible to immutable arrays with
|
||||
constant time read.
|
||||
|
Loading…
Reference in New Issue
Block a user