package octez-l2-libs

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

COMPARABLE_KEY is a module type used to define secondary keys in nested maps.

type key

The type of a comparable key.

val name : string

name is a string to identify the value of keys.

val compare : key -> key -> int

compare key1 key2 compares key1 with key2.

encoding is the encoding for values of type key.

OCaml

Innovation. Community. Security.