SUT.Makemodule M : sig ... endtype elt = M.sutType of a single SUT
val create : int -> unit -> tcreate n () creates an initial stack with n SUTs
val size : t -> intsize t returns the number of SUTs currently on the stack t
val get_name : t -> int -> stringget_name t n returns the name for the nth element of the stack t of SUTs