9cb498eee6
One package for the embedded version. One for the functorized one.
15 lines
697 B
OCaml
15 lines
697 B
OCaml
(**************************************************************************)
|
|
(* *)
|
|
(* Copyright (c) 2014 - 2017. *)
|
|
(* 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
|
|
|