package ocamlformat-mlx-lib

  1. Overview
  2. Docs
Legend:
Page
Library
Module
Module type
Parameter
Class
Class type
Source

Module Ocamlformat_parser_standard.PrintastSource

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

Innovation. Community. Security.