module OpamVariable: sig .. end
sig
end
include OpamMisc.ABSTRACT
type variable = t
t
type variable_contents =
|
B of bool
bool
S of string
string
val string_of_variable_contents : variable_contents -> string
variable_contents -> string
module Full: sig .. end