diffast-langs-cpp.base
Cpp_label.Annotation
diffast-langs-cpp
diffast-langs-cpp.p
type spec =
| Require of string list
| Provide of string list
| 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