package ocamlformat-lib

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
val last_token : Parser.token ref
val skip_phrase : Lexing.lexbuf -> unit
val maybe_skip_phrase : Lexing.lexbuf -> unit
val wrap : 'a parser -> ocaml_version:(int * int) option -> Lexing.lexbuf -> 'a
val implementation : ocaml_version:(int * int) option -> Lexing.lexbuf -> Parsetree.structure
val interface : ocaml_version:(int * int) option -> Lexing.lexbuf -> Parsetree.signature
val toplevel_phrase : ocaml_version:(int * int) option -> Lexing.lexbuf -> Parsetree.toplevel_phrase
val use_file : ocaml_version:(int * int) option -> Lexing.lexbuf -> Parsetree.toplevel_phrase list
val core_type : ocaml_version:(int * int) option -> Lexing.lexbuf -> Parsetree.core_type
val expression : ocaml_version:(int * int) option -> Lexing.lexbuf -> Parsetree.expression
val pattern : ocaml_version:(int * int) option -> Lexing.lexbuf -> Parsetree.pattern
val module_type : ocaml_version:(int * int) option -> Lexing.lexbuf -> Parsetree.module_type
val module_expr : ocaml_version:(int * int) option -> Lexing.lexbuf -> Parsetree.module_expr
val longident : ocaml_version:(int * int) option -> Lexing.lexbuf -> Ocamlformat_ocaml_common.Longident.t
val val_ident : ocaml_version:(int * int) option -> Lexing.lexbuf -> Ocamlformat_ocaml_common.Longident.t
val constr_ident : ocaml_version:(int * int) option -> Lexing.lexbuf -> Ocamlformat_ocaml_common.Longident.t
val extended_module_path : ocaml_version:(int * int) option -> Lexing.lexbuf -> Ocamlformat_ocaml_common.Longident.t
val simple_module_path : ocaml_version:(int * int) option -> Lexing.lexbuf -> Ocamlformat_ocaml_common.Longident.t
val type_ident : ocaml_version:(int * int) option -> Lexing.lexbuf -> Ocamlformat_ocaml_common.Longident.t
OCaml

Innovation. Community. Security.