ligo/src/compiler/packer.mli
2017-10-31 20:33:50 +00:00

13 lines
687 B
OCaml

(**************************************************************************)
(* *)
(* Copyright (c) 2014 - 2016. *)
(* Dynamic Ledger Solutions, Inc. <contact@tezos.com> *)
(* *)
(* All rights reserved. No warranty, explicit or implicit, provided. *)
(* *)
(**************************************************************************)
val dump: out_channel -> string array -> unit
val main: unit -> unit