package nottui-pretty

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
type t
val empty : t
val ui : Nottui.ui -> t
val hardline : t
val blank : int -> t
val if_flat : t -> t -> t
val break : int -> t
val (^^) : t -> t -> t
val nest : int -> t -> t
val group : t -> t
val pretty : int -> t -> Nottui.ui