package camlp4

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
type spec_list = (string * Arg.spec * string) list
val init : spec_list -> unit
val add : string -> Arg.spec -> string -> unit
val print_usage_list : spec_list -> unit
val ext_spec_list : unit -> spec_list
val parse : (string -> unit) -> string array -> string list