package tezos-protocol-016-PtMumbai

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

This module provides an implementation of the skip list data structure.

module type MONAD = sig ... end

Basic signature for a monad.

module type S = sig ... end

A skip list represents a sequence of values. There are three main differences between these skip lists and OCaml standard lists:

module Make (_ : sig ... end) : S
OCaml

Innovation. Community. Security.