package tezos-protocol-013-PtJakart

  1. Overview
  2. Docs
On This Page
  1. Helper functions
Legend:
Library
Module
Module type
Parameter
Class
Class type

Helper functions

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

Include bounds

val (<--) : int -> int -> int list
val pp_print_paragraph : Tezos_protocol_environment_013_PtJakart.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.