package spreadsheetml

  1. Overview
  2. Docs
type t =
  1. | Baseline
  2. | Superscript
  3. | Subscript
include sig ... end
val sexp_of_t : t -> Sexplib.Sexp.t
val of_string : string -> t