Common.AstCopyright 2024, Mikhail Gavrilenko, Danila Rudnev-Stepanyan, Daniel Vlasenko
SPDX-License-Identifier: LGPL-3.0-or-later
val pp_ident : Stdlib.Format.formatter -> ident -> unitval show_ident : ident -> stringmodule List1 : sig ... endmodule List2 : sig ... endmodule Constant : sig ... endmodule TypeExpr : sig ... endmodule Pattern : sig ... endmodule Expression : sig ... endmodule Structure : sig ... endtype program = Structure.structure_item listval pp_program : Stdlib.Format.formatter -> program -> unitval show_program : program -> stringmodule Program : sig ... end