OCaml-Notty-introduction
OCaml-Notty-introduction copied to clipboard
My notes about the Notty library https://github.com/pqwy/notty
- Port to dune - Fix warnings - ocamlformat all the source
One error that more than one example had: ``` Error: Unbound value Notty_unix.output_image_endline ``` Current verison of Notty seems not have Notty_unix.output_image_endline. Error for 'basics_I_overlay.ml' and 'basics_I_side_by_side.ml': ``` Error: This...
Some issues with `Uchar.t`
* add signatures when a function is described or presented * create a part for additionnal combinator from the `Notty.I` module.