jon.recoil.org

Module Stack_class

include Stack_class_utils.T
type t

The "enum" representing the different classes.

val all : Stack_class.t list

The list of all classes.

val frame_order : Stack_class.t array

The order of the stack classes in the frame.

val equal : Stack_class.t -> Stack_class.t -> bool
val hash : Stack_class.t -> int
val tag : Stack_class.t -> string
val print : Stdlib.Format.formatter -> Stack_class.t -> unit
val size_in_bytes : Stack_class.t -> int