ligo/src/proto/alpha/tez_repr.ml
2017-03-10 18:33:46 +01:00

15 lines
697 B
OCaml

(**************************************************************************)
(* *)
(* Copyright (c) 2014 - 2016. *)
(* Dynamic Ledger Solutions, Inc. <contact@tezos.com> *)
(* *)
(* All rights reserved. No warranty, explicit or implicit, provided. *)
(* *)
(**************************************************************************)
include Qty_repr.Make (struct let id = "tez" end)
type t = qty
type tez = qty