package tezos-protocol-compiler

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
type proto_env =
  1. | V0 of (module PROTOCOL_V0)
  2. | V1 of (module PROTOCOL_V1)
  3. | V2 of (module PROTOCOL_V2)
val register : string -> proto_env -> unit