package ocamlformat-lib

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
val fmt_position : bool -> Format.formatter -> Lexing.position -> unit
val fmt_longident_aux : Format.formatter -> Ocamlformat_ocaml_common.Longident.t -> unit
val fmt_string_loc : Format.formatter -> string Ocamlformat_ocaml_common.Location.loc -> unit
val fmt_str_opt_loc : Format.formatter -> string option Ocamlformat_ocaml_common.Location.loc -> unit
val fmt_char_option : Format.formatter -> char option -> unit
val fmt_mutable_flag : Format.formatter -> Asttypes.mutable_flag -> unit
val fmt_virtual_flag : Format.formatter -> Asttypes.virtual_flag -> unit
val fmt_override_flag : Format.formatter -> Asttypes.override_flag -> unit
val fmt_closed_flag : Format.formatter -> Asttypes.closed_flag -> unit
val fmt_rec_flag : Format.formatter -> Asttypes.rec_flag -> unit
val fmt_direction_flag : Format.formatter -> Asttypes.direction_flag -> unit
val fmt_private_flag : Format.formatter -> Asttypes.private_flag -> unit
val line : int -> Format.formatter -> ('a, Format.formatter, unit) format -> 'a
val fmt_constant : int -> Format.formatter -> Parsetree.constant -> unit
val list : int -> (int -> Format.formatter -> 'a -> unit) -> Format.formatter -> 'a list -> unit
val option : int -> (int -> Format.formatter -> 'a -> unit) -> Format.formatter -> 'a option -> unit
val string : int -> Format.formatter -> string -> unit
val string_loc : int -> Format.formatter -> string Ocamlformat_ocaml_common.Location.loc -> unit
val str_opt_loc : int -> Format.formatter -> string option Ocamlformat_ocaml_common.Location.loc -> unit
val arg_label : int -> Format.formatter -> Asttypes.arg_label -> unit
val core_type : int -> Format.formatter -> Parsetree.core_type -> unit
val pattern : int -> Format.formatter -> Parsetree.pattern -> unit
val expression : int -> Format.formatter -> Parsetree.expression -> unit
val function_param : int -> Format.formatter -> Parsetree.function_param -> unit
val function_body : int -> Format.formatter -> Parsetree.function_body -> unit
val type_constraint : int -> Format.formatter -> Parsetree.type_constraint -> unit
val value_description : int -> Format.formatter -> Parsetree.value_description -> unit
val type_parameter : int -> Format.formatter -> (Parsetree.core_type * (Asttypes.variance * Asttypes.injectivity)) -> unit
val type_declaration : int -> Format.formatter -> Parsetree.type_declaration -> unit
val attribute : int -> Format.formatter -> string -> Parsetree.attribute -> unit
val attributes : int -> Format.formatter -> Parsetree.attributes -> unit
val payload : int -> Format.formatter -> Parsetree.payload -> unit
val type_kind : int -> Format.formatter -> Parsetree.type_kind -> unit
val type_extension : int -> Format.formatter -> Parsetree.type_extension -> unit
val type_exception : int -> Format.formatter -> Parsetree.type_exception -> unit
val extension_constructor : int -> Format.formatter -> Parsetree.extension_constructor -> unit
val extension_constructor_kind : int -> Format.formatter -> Parsetree.extension_constructor_kind -> unit
val class_type : int -> Format.formatter -> Parsetree.class_type -> unit
val class_signature : int -> Format.formatter -> Parsetree.class_signature -> unit
val class_type_field : int -> Format.formatter -> Parsetree.class_type_field -> unit
val class_description : int -> Format.formatter -> Parsetree.class_type Parsetree.class_infos -> unit
val class_type_declaration : int -> Format.formatter -> Parsetree.class_type Parsetree.class_infos -> unit
val class_expr : int -> Format.formatter -> Parsetree.class_expr -> unit
val class_structure : int -> Format.formatter -> Parsetree.class_structure -> unit
val class_field : int -> Format.formatter -> Parsetree.class_field -> unit
val class_field_kind : int -> Format.formatter -> Parsetree.class_field_kind -> unit
val class_declaration : int -> Format.formatter -> Parsetree.class_expr Parsetree.class_infos -> unit
val module_type : int -> Format.formatter -> Parsetree.module_type -> unit
val signature : int -> Format.formatter -> Parsetree.signature -> unit
val signature_item : int -> Format.formatter -> Parsetree.signature_item -> unit
val modtype_declaration : int -> Format.formatter -> Parsetree.module_type option -> unit
val with_constraint : int -> Format.formatter -> Parsetree.with_constraint -> unit
val module_expr : int -> Format.formatter -> Parsetree.module_expr -> unit
val structure : int -> Format.formatter -> Parsetree.structure -> unit
val structure_item : int -> Format.formatter -> Parsetree.structure_item -> unit
val module_declaration : int -> Format.formatter -> Parsetree.module_declaration -> unit
val module_binding : int -> Format.formatter -> Parsetree.module_binding -> unit
val core_type_x_core_type_x_location : int -> Format.formatter -> (Parsetree.core_type * Parsetree.core_type * Ocamlformat_ocaml_common.Location.t) -> unit
val constructor_decl : int -> Format.formatter -> Parsetree.constructor_declaration -> unit
val constructor_arguments : int -> Format.formatter -> Parsetree.constructor_arguments -> unit
val label_decl : int -> Format.formatter -> Parsetree.label_declaration -> unit
val case : int -> Format.formatter -> Parsetree.case -> unit
val value_binding : int -> Format.formatter -> Parsetree.value_binding -> unit
val value_constraint : int -> Format.formatter -> Parsetree.value_constraint -> unit
val binding_op : int -> Format.formatter -> Parsetree.binding_op -> unit
val string_x_expression : int -> Format.formatter -> (Asttypes.label Asttypes.loc * Parsetree.expression) -> unit
val label_x_expression : int -> Format.formatter -> (Asttypes.arg_label * Parsetree.expression) -> unit
val label_x_bool_x_core_type_list : int -> Format.formatter -> Parsetree.row_field -> unit
val toplevel_phrase : int -> Format.formatter -> Parsetree.toplevel_phrase -> unit
val directive_argument : int -> Format.formatter -> Parsetree.directive_argument -> unit
val interface : Format.formatter -> Parsetree.signature_item list -> unit
val implementation : Format.formatter -> Parsetree.structure_item list -> unit
val top_phrase : Format.formatter -> Parsetree.toplevel_phrase -> unit
OCaml

Innovation. Community. Security.