Module Binary_heap

module Binary_heap: sig .. end

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