Mavryk_raw_protocol_alpha.Script_listval of_list : 'a list -> 'a tConvert an OCaml list into Michelson list.
val to_list : 'a t -> 'a listConvert a Michelson list to an OCaml list.
val length : 'a t -> intlength l returns the number of elements in l as int.
val empty : 'a tEmpty list.
uncons l returns Some (hd, tl) where hd :: tl = l if l is not empty or None otherwise.