Flow_ast.Programtype ('M, 'T) t = 'M * ('M, 'T) t'and ('M, 'T) t' = {statements : ('M, 'T) Statement.t list;interpreter : ('M * string) option;interpreter directive / shebang
*)comments : ('M, unit) Syntax.t option;all_comments : 'M Comment.t list;}val pp :
(Format.formatter -> 'M -> unit) ->
(Format.formatter -> 'T -> unit) ->
Format.formatter ->
('M, 'T) t ->
unitval show :
(Format.formatter -> 'M -> unit) ->
(Format.formatter -> 'T -> unit) ->
('M, 'T) t ->
stringval pp_t' :
(Format.formatter -> 'M -> unit) ->
(Format.formatter -> 'T -> unit) ->
Format.formatter ->
('M, 'T) t' ->
unitval show_t' :
(Format.formatter -> 'M -> unit) ->
(Format.formatter -> 'T -> unit) ->
('M, 'T) t' ->
string