Module Core_kernel.Stack_intf

An interface for stacks that follows Core's conventions, as opposed to OCaml's standard Stack module.

module type S : sig ... end