Up

Module Stack_intf

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

Signature

module type S = sig .. end