package ocamlformat-lib

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

Module Std_ast.PrintastSource

include module type of Ocamlformat_parser_standard.Printast
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 line : int -> Format.formatter -> ('a, Format.formatter, unit) format -> 'a
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 modtype_declaration : int -> Format.formatter -> Ocamlformat_parser_standard.Parsetree.module_type option -> unit
Sourceval label_x_bool_x_core_type_list : int -> Format.formatter -> Ocamlformat_parser_standard.Parsetree.row_field -> unit
OCaml

Innovation. Community. Security.