Module Mavryk_raw_protocol_002_PtBoreas.Misc

Helper functions

type 'a lazyt = unit -> 'a
val (-->) : int -> int -> int list

Include bounds

val (<--) : int -> int -> int list
val pp_print_paragraph : Mavryk_protocol_environment_002_PtBoreas.Format.formatter -> string -> unit
val take : int -> 'a list -> ('a list * 'a list) option
val remove_prefix : prefix:string -> string -> string option

Some (input with prefix removed), if string has prefix, else None

val remove_elem_from_list : int -> 'a list -> 'a list

remove nb list remove the first nb elements from the list list.