package merlin-lib

  1. Overview
  2. Docs
Merlin's libraries

Install

Dune Dependency

Authors

Maintainers

Sources

merlin-4.14-500.tbz
sha256=ec23f324f875520cd8897f303cc6d4e595f3d7000914d410729f16b86ad1d70e
sha512=8db22100cc0af65b08f456a2a7af84e75396f5869ee7552f1f5888a1c0279d1d85e6eecb3a677ae6f0973a99823cddba0563843ce216197255667342ef161885

doc/merlin-lib.ocaml_parsing/Ocaml_parsing/Pprintast/index.html

Module Ocaml_parsing.PprintastSource

Pretty-printers for Parsetree

Warning: this module is unstable and part of compiler-libs.

Sourcetype space_formatter = (unit, Format.formatter, unit) format
Sourceval longident : Format.formatter -> Longident.t -> unit
Sourceval expression : Format.formatter -> Parsetree.expression -> unit
Sourceval string_of_expression : Parsetree.expression -> string
Sourceval pattern : Format.formatter -> Parsetree.pattern -> unit
Sourceval core_type : Format.formatter -> Parsetree.core_type -> unit
Sourceval signature : Format.formatter -> Parsetree.signature -> unit
Sourceval structure : Format.formatter -> Parsetree.structure -> unit
Sourceval string_of_structure : Parsetree.structure -> string
Sourceval module_expr : Format.formatter -> Parsetree.module_expr -> unit
Sourceval toplevel_phrase : Format.formatter -> Parsetree.toplevel_phrase -> unit
Sourceval class_field : Format.formatter -> Parsetree.class_field -> unit
Sourceval class_type_field : Format.formatter -> Parsetree.class_type_field -> unit
Sourceval class_expr : Format.formatter -> Parsetree.class_expr -> unit
Sourceval class_type : Format.formatter -> Parsetree.class_type -> unit
Sourceval module_type : Format.formatter -> Parsetree.module_type -> unit
Sourceval structure_item : Format.formatter -> Parsetree.structure_item -> unit
Sourceval signature_item : Format.formatter -> Parsetree.signature_item -> unit
Sourceval payload : Format.formatter -> Parsetree.payload -> unit
Sourceval tyvar : Format.formatter -> string -> unit

Print a type variable name, taking care of the special treatment required for the single quote character in second position.

Sourceval case_list : Format.formatter -> Parsetree.case list -> unit
Sourceval protect_ident : Format.formatter -> string -> unit
OCaml

Innovation. Community. Security.