package rich-string

  1. Overview
  2. Docs

Module type Rich_string.ENRICHERSource

An ENRICHER is a type that represents a capability that can be added to strings.

type t
val (=) : t -> t -> bool
val enrich : t -> string -> string