ligo/Print.mli

6 lines
69 B
OCaml
Raw Normal View History

2019-03-05 21:13:09 +04:00
(* Printing *)
open AST
2019-03-05 23:37:32 +04:00
val print_tokens : parse_phase ast -> unit