package ppx_subliner

  1. Overview
  2. Docs

Module Attribute_parser.Cmd_infoSource

Sourcetype 'a t = {
  1. deprecated : 'a option;
  2. man_xrefs : 'a option;
  3. man : 'a option;
  4. envs : 'a option;
  5. exits : 'a option;
  6. sdocs : 'a option;
  7. docs : 'a option;
  8. doc : 'a option;
  9. version : 'a option;
  10. name : 'a option;
}
Sourceval make_t : ?deprecated:'a -> ?man_xrefs:'a -> ?man:'a -> ?envs:'a -> ?exits:'a -> ?sdocs:'a -> ?docs:'a -> ?doc:'a -> ?version:'a -> ?name:'a -> unit -> 'a t
Sourceval empty : 'a t
Sourceval map : ('a -> 'b) -> 'a t -> 'b t
Sourceval parse : Ppxlib.attributes -> (Ppxlib.location * Ppxlib.structure) t

parse attribute list to a static type

OCaml

Innovation. Community. Security.