package comby

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type

An affix is either a prefix or a suffix.

type t = private {
  1. text : string;
  2. styles : Style.t list;
}
val create : ?styles:Style.t list -> string -> t
val blank : t