Base__.Stack_intf
module type S = sig ... end
module type Stack = sig ... end
A stack implemented with an array.