Previous
Up
Next
Module
ExtSQueue
module
ExtSQueue:
sig
..
end
This module provides a little bit extended version of the original Queue module of the standard library. See
Queue
.
module type
QUEUE
=
sig
..
end
This signature is the original queue signature from the ocaml library.
module
Queue
:
sig
..
end
This is the extended Queue module.