module Amall_http_service: sig .. end
sig
end
module Service: functor (IO : Amall_types.IO_Type) -> functor (I : It_type.IT with type 'a It_IO.m = 'a IO.m and type It_IO.input_channel = IO.input_channel) -> sig .. end
functor (
IO
:
Amall_types.IO_Type
) ->
I
It_type.IT
with type 'a It_IO.m = 'a IO.m and type It_IO.input_channel = IO.input_channel