package ocamlformat-mlx-lib

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
val make_loc : (Stdlib.Lexing.position * Stdlib.Lexing.position) -> Ocaml_common.Location.t
val mkexp : loc:(Stdlib.Lexing.position * Stdlib.Lexing.position) -> Parsetree.expression_desc -> Parsetree.expression
val mkjsxexp : loc:(Stdlib.Lexing.position * Stdlib.Lexing.position) -> Parsetree.expression_desc -> Parsetree.expression
val equal_longindent : Ocaml_common.Longident.t -> Ocaml_common.Longident.t -> bool
val make_jsx_element : raise:(exn -> unit) -> loc:'a -> tag: ([ `Module | `Value ] * (Stdlib.Lexing.position * Stdlib.Lexing.position) * Ocaml_common.Longident.t) -> end_tag: (([> `Module | `Value ] * (Stdlib.Lexing.position * 'b) * Ocaml_common.Longident.t) * ('c * Stdlib.Lexing.position)) option -> props: ((Stdlib.Lexing.position * Stdlib.Lexing.position) * [< `Prop of string * Parsetree.expression | `Prop_opt of string * Parsetree.expression | `Prop_opt_punned of string | `Prop_punned of string ]) list -> children:Parsetree.expression -> unit -> Parsetree.expression_desc
OCaml

Innovation. Community. Security.