package tezos-protocol-alpha

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

Module Alpha_context.Raw_levelSource

This module re-exports definitions from Raw_level_repr.

include BASIC_DATA
Sourcetype 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
Sourcetype raw_level = t
Sourceval diff : raw_level -> raw_level -> int32
Sourceval root : raw_level
Sourceval pred : raw_level -> raw_level option
Sourceval to_int32 : raw_level -> int32
Sourceval of_int32_exn : int32 -> raw_level
Sourcemodule Internal_for_tests : sig ... end
OCaml

Innovation. Community. Security.