Skip to content
Snippets Groups Projects
Select Git revision
  • 68e6f2672f4c006498a8a79e44c124db0b4504e4
  • master default protected
2 results

pqChainInsertion.mli

Blame
  • pqChainInsertion.mli 159 B
    module Make :
      functor (Chain : sig type t val s : t val d : t -> int end) ->
      sig 
        val insert_chain : Chain.t PqTree.t -> Chain.t PqTree.t option
      end