package spotlib

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

Module Spotlib.ComoptSource

Sourcetype ('a, 'err) opt
Sourcemodule Error : sig ... end
Sourceval nullary : char option -> string option -> 'a -> ('a, 'err) opt
Sourceval unary : char option -> string option -> (string -> ('a, 'err) result) -> ('a, 'err) opt
Sourceval parse : ([> `Anon of string ] as 'a, [> `Ambiguous of string * string * string | `Requires_argument of string | `Nullary_takes_argument of string | `Unknown of string ] as 'err) opt list -> string list -> ('a list, 'err) result