ligo/lib_embedded_client_alpha/michelson_v1_emacs.mli

22 lines
900 B
OCaml

(**************************************************************************)
(* *)
(* Copyright (c) 2014 - 2017. *)
(* Dynamic Ledger Solutions, Inc. <contact@tezos.com> *)
(* *)
(* All rights reserved. No warranty, explicit or implicit, provided. *)
(* *)
(**************************************************************************)
val print_expr :
Format.formatter ->
Script.expr ->
unit
val print_type_map :
Format.formatter ->
Michelson_v1_parser.parsed * Script_ir_translator.type_map ->
unit
val report_errors :
Format.formatter ->
Michelson_v1_parser.parsed * Error_monad.error list ->
unit