package tezos-protocol-alpha

  1. Overview
  2. Docs
Legend:
Page
Library
Module
Module type
Parameter
Class
Class type
Source

Module Lazy_storage_kind.IdSetSource

Sourcetype t
Sourcetype 'acc fold_f = {
  1. f : 'i 'a 'u. ('i, 'a, 'u) kind -> 'i -> 'acc -> 'acc;
}
Sourceval empty : t
Sourceval mem : ('i, 'a, 'u) kind -> 'i -> t -> bool
Sourceval add : ('i, 'a, 'u) kind -> 'i -> t -> t
Sourceval diff : t -> t -> t
Sourceval fold : ('i, 'a, 'u) kind -> ('i -> 'acc -> 'acc) -> t -> 'acc -> 'acc
Sourceval fold_all : 'acc fold_f -> t -> 'acc -> 'acc
OCaml

Innovation. Community. Security.