package spelll

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

Module type Spelll.STRINGSource

Sourcetype char_
Sourcetype t
Sourceval of_list : char_ list -> t
Sourceval get : t -> int -> char_
Sourceval length : t -> int
Sourceval compare_char : char_ -> char_ -> int