(* parameteres you might want to edit *) module ParticularQueue = (HeapPrioQueue : Prioqueue.PRIOQUEUE);; (* end of paramteres *) module LetsTest = ParticularTests.Tests(ParticularQueue);; LetsTest.test();;