module GlList:sig..end
type t
val create : [ `compile | `compile_and_execute ] -> tval ends : unit -> unitval call : t -> unitval delete : t -> unittype base
val nth : base -> pos:int -> tval is_list : t -> boolval gen_lists : len:int -> baseval begins : t -> mode:[ `compile | `compile_and_execute ] -> unitval delete_lists : base -> len:int -> unitval call_lists : ?base:base -> [ `byte of string | `int of int array ] -> unit