package notty

  1. Overview
  2. Docs
Declaring terminals

Install

Dune Dependency

Authors

Maintainers

Sources

notty-0.2.3.tbz
sha256=74659fb14073db4438989891ab24f24bef81aa497dac16d9a67f9a1c9c200824
sha512=6e21d44fe39f3d80884b87635bebae55cb2b931ef74f9184ba4d74cc3e51cb0b3e976c3b6dc61d377288504e8bfabe21acdc1069eacb30df1fbf6686b80f7c6b

doc/src/notty.top/notty_top.ml.html

Source file notty_top.ml

1
2
3
4
5
6
7
8
9
10
11
(* Copyright (c) 2017 David Kaloper Meršinjak. All rights reserved.
   See LICENSE.md. *)

(* Force linking with Notty for e.g. Omod. *)
let _ = Sys.opaque_identity Notty.I.empty

#if OCAML_VERSION >= (4,14,0)
let _ = Toploop.use_silently Format.err_formatter (Toploop.File "notty_top_init.ml")
#else
let _ = Toploop.use_silently Format.err_formatter "notty_top_init.ml"
#endif
OCaml

Innovation. Community. Security.