package orsetto

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

A submodule defining a functor for creating annotations systems for Unicode texts with an abstraction of the transport form.

module type Basis = sig ... end

The signature of a basis module.

module type Profile = Profile with type symbol := Uchar.t

The signature of a Unicode text annotation system.

module Create (B : Basis) : Profile

Use Create(B) to create an annotation system for Unicode texts encoded in the transport form T.