Module Std_kernel.Stack

module Stack: Core_stack

include Stack_intf.S
val set_auto_shrink : 'a t -> bool -> unit
set_auto_shrink t controls whether t's array will automatically shrink when the number of elements on the stack falls below 1/4 of the array size.