package containers

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
module Action : sig ... end
type !'a result =
  1. | Ok of 'a
  2. | Error of string
val parse_args : string array -> 'a Action.t -> 'a result
val parse : 'a Action.t -> 'a result
val print_doc : Pervasives.out_channel -> 'a Action.t -> unit
OCaml

Innovation. Community. Security.