package stk

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

Module Texttag.TSetSource

Sourcetype id = T.t
Sourcetype t
Sourceval empty : t
Sourceval add : t -> id -> t
Sourceval remove : t -> id -> t
Sourceval compare : t -> t -> int
Sourceval to_list : t -> id list
Sourceval of_list : id list -> t
Sourceval iter : (id -> unit) -> t -> unit