package diffast-langs-cpp

  1. Overview
  2. Docs
type spec =
  1. | Require of string list
  2. | Provide of string list
  3. | Type of string
type t = spec list
val null : t
val mkrequire : string list -> spec
val mkprovide : string list -> spec
val mktype : string -> spec
val spec_to_string : spec -> string
val to_string : spec list -> string
val from_specs : spec list -> t
val add_spec : t -> spec -> t
val iter : (spec -> unit) -> t -> unit
OCaml

Innovation. Community. Security.