14 lines
733 B
OCaml
14 lines
733 B
OCaml
|
(**************************************************************************)
|
||
|
(* *)
|
||
|
(* Copyright (c) 2014 - 2016. *)
|
||
|
(* Dynamic Ledger Solutions, Inc. <contact@tezos.com> *)
|
||
|
(* *)
|
||
|
(* All rights reserved. No warranty, explicit or implicit, provided. *)
|
||
|
(* *)
|
||
|
(**************************************************************************)
|
||
|
|
||
|
include Environment
|
||
|
|
||
|
let __cast (type error) (module X : PACKED_PROTOCOL) =
|
||
|
(module X : Protocol.PACKED_PROTOCOL)
|