Ecaml__.Feature
include module type of sig ... end
type t
= Ecaml_value.Symbol.t
val require : t -> unit
val provide : t -> unit
(describe-function 'provide)
val is_provided : t -> bool
(describe-function 'featurep)
val all_provided : unit -> t list
(describe-variable 'features)