package textutils

  1. Overview
  2. Docs
type t =
  1. | Left
  2. | Right
  3. | Center
val sexp_of_t : t -> Sexplib0.Sexp.t