mirror of
https://github.com/idris-lang/Idris2.git
synced 2024-12-24 20:23:11 +03:00
Correct note in CHANGELOG
This commit is contained in:
parent
d18aac7afd
commit
f9318cf477
@ -26,9 +26,9 @@ Library changes:
|
||||
+ Anything in `Data.Linear` in `contrib`, just like the rest of `contrib`,
|
||||
should be considered experimental with the API able to change at any time!
|
||||
Further experiments in `Data.Linear` are welcome :).
|
||||
* Added `Data.ST`, for update in-place via `STRef` (which is like `IORef`, but
|
||||
can escape from `IO`). Also added `Data.Ref` which provides an interface to
|
||||
both `IORef` and `STRef`.
|
||||
* Added `Control.Monad.ST`, for update in-place via `STRef` (which is like
|
||||
`IORef`, but can escape from `IO`). Also added `Data.Ref` which provides an
|
||||
interface to both `IORef` and `STRef`.
|
||||
|
||||
Changes since Idris 2 v0.1.0
|
||||
----------------------------
|
||||
|
Loading…
Reference in New Issue
Block a user