module OpamParallel: sig .. end
sig
end
module type G = sig .. end
type error =
|
Process_error of OpamProcess.result
OpamProcess.result
Internal_error of string
string
Package_error of string
module type SIG = sig .. end
module Make: functor (G : G) -> SIG with module G = G
functor (
G
:
) ->
SIG
with module G = G