Ocamlformat_lib.Std_longidentSourceHolds for infix identifiers.
is_hash_getter id returns whether id is considered a hash-getter operator, of the form #**# or #**. where ** can be 0 or more operator chars.
is_monadic_binding id returns whether id is a monadic binding operator of the form let** or and** where ** can be 1 or more operator chars.
val field_alias_str :
field:Ocamlformat_ocaml_common.Longident.t ->
Ocamlformat_stdlib.string ->
Ocamlformat_stdlib.boolval field_alias :
field:Ocamlformat_ocaml_common.Longident.t ->
Ocamlformat_ocaml_common.Longident.t ->
Ocamlformat_stdlib.bool