Module Hardcaml_waveterm_kernel.Text_alignment

type t =
  1. | Left
  2. | Right
val sexp_of_t : t -> Sexplib0.Sexp.t
include Ppx_compare_lib.Equal.S with type t := t
val equal : t -> t -> bool
include Ppx_compare_lib.Equal.S__local with type t := t