Legend:
Library
Module
Module type
Parameter
Class
Class type
Library
Module
Module type
Parameter
Class
Class type
val push_stack : Types.stackframe -> Types.expr -> Types.stackframe
Push an AST expression into a stack
val pop_stack : Types.stackframe -> Types.stackframe
Pop an AST expression from a stack
val depth_of_stack : Types.stackframe -> int
val string_of_stack : int -> Types.stackframe -> string