blob: 3fdf7841be68d9ef844340d9e6a3aa169d04f676 (
plain)
1
2
3
4
5
6
7
8
9
|
open Ast
open Type_internal
(* Prints the defs following source syntax *)
val pp_defs : out_channel -> tannot defs -> unit
val pp_exp : Buffer.t -> exp -> unit
(* Prints on formatter the defs as Lem Ast nodes *)
val pp_lem_defs : Format.formatter -> tannot defs -> unit
|