package tezos-protocol-alpha

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

Module Alpha_context.SlotSource

This module re-exports definitions from Slot_repr.

type t
Sourcetype slot = t
include Tezos_protocol_environment_alpha.Compare.S with type t := t
val (=) : t -> t -> bool
val (<>) : t -> t -> bool
val (<) : t -> t -> bool
val (<=) : t -> t -> bool
val (>=) : t -> t -> bool
val (>) : t -> t -> bool
val compare : t -> t -> int
val equal : t -> t -> bool
val max : t -> t -> t
val min : t -> t -> t
Sourceval zero : t
Sourceval of_int_do_not_use_except_for_parameters : int -> t
Sourcemodule Range : sig ... end
Sourcemodule Internal_for_tests : sig ... end
OCaml

Innovation. Community. Security.