ligo/src/main/compile/of_simplified.ml

7 lines
192 B
OCaml
Raw Normal View History

2019-09-10 17:19:15 +04:00
open Ast_simplified
open Trace
let compile_entry (program : program) entry_point =
let%bind typed_program = Typer.type_program program in
Of_typed.compile_entry typed_program entry_point