module CharEncoding: sig .. end
sig
end
module type Interface = sig .. end
module Configure: functor (Config : ConfigInt.Type) -> Interface
functor (
Config
:
ConfigInt.Type
) ->
Interface