package ocamlformat-lib

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
include module type of Parser_standard.Printast
val interface : Stdlib.Format.formatter -> Parser_standard.Parsetree.signature_item list -> unit
val implementation : Stdlib.Format.formatter -> Parser_standard.Parsetree.structure_item list -> unit
val top_phrase : Stdlib.Format.formatter -> Parser_standard.Parsetree.toplevel_phrase -> unit
val expression : int -> Stdlib.Format.formatter -> Parser_standard.Parsetree.expression -> unit
val structure : int -> Stdlib.Format.formatter -> Parser_standard.Parsetree.structure -> unit
val payload : int -> Stdlib.Format.formatter -> Parser_standard.Parsetree.payload -> unit
val core_type : int -> Stdlib.Format.formatter -> Parser_standard.Parsetree.core_type -> unit
val module_type : int -> Stdlib.Format.formatter -> Parser_standard.Parsetree.module_type -> unit
val ast : 'a t -> Ocamlformat_stdlib.Format.formatter -> 'a -> Ocamlformat_stdlib.unit