Up
module
Linked_stack
:
sig
A stack implemented with a list. See [root:Stack_intf] for documentation.
include
Stack_intf.S
end