mirror of
https://github.com/idris-lang/Idris2.git
synced 2024-11-24 06:52:19 +03:00
Updated documentation
This commit is contained in:
parent
5ccc6a397d
commit
36c62c754a
@ -34,6 +34,8 @@ Library changes:
|
||||
* 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`.
|
||||
* Added `Control.ANSI` in `contrib`, for usage of ANSI escape codes for text
|
||||
styling and cursor/screen control in terminals.
|
||||
|
||||
Command-line options changes:
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user