module Binary_heap: sig .. end
sig
end
module type S = sig .. end
module BinaryHeap: functor (Ord : Ord.S) -> sig .. end
functor (
Ord
:
Ord.S
) ->