module Clique: sig .. end
sig
end
module type G = sig .. end
module Bron_Kerbosch: functor (G : G) -> sig .. end
functor (
G
:
) ->