package patdiff

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

Module Rule.AffixSource

An affix is either a prefix or a suffix.

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

Innovation. Community. Security.