package iso639

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

ISO 639 - identification of natural languages and language groups

The Lang module is a good choice for common use cases where only individual languages and macrolanguages as covered by ISO 369-3 are needed.

The functionality of this library is to large extent derived from:

module Lang : sig ... end

Individual languages and macrolanguages as identified by ISO 639-3.

module Lang_family : sig ... end

Language families and groups as identified by ISO 639-5.

module Lang_or_family : sig ... end

Individual and collective languages as a unified type.