package tezos-protocol-002-PsYLVpVv

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

Stuff

***************************************************************

type 'a lazyt = unit -> 'a
type 'a lazy_list_t
type 'a lazy_list = ('a lazy_list_t, Tezos_protocol_environment_002_PsYLVpVv__Environment.Error_monad.error list) result Lwt.t
val (-->) : int -> int -> int list

Include bounds

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