package spotlib

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

Module Comopt.ErrorSource

Sourcetype t = [
  1. | `Ambiguous of string * string * string
  2. | `Nullary_takes_argument of string
  3. | `Requires_argument of string
  4. | `Unknown of string
]
Sourceval to_string : t -> string