package ocamlformat-lib

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

Module Misc.Utf8_lexemeSource

Sourcetype t = string
Sourceval normalize_generic : keep_ascii:bool -> (Ocamlformat_stdlib_shims.Uchar.t -> Uchar.t) -> string -> (string, string) result
Sourceval normalize : string -> (string, string) result
Sourceval uchar_is_uppercase : Ocamlformat_stdlib_shims.Uchar.t -> bool
Sourceval capitalize : string -> (string, string) result
Sourceval uncapitalize : string -> (string, string) result
Sourceval is_capitalized : string -> bool
Sourceval uchar_valid_in_identifier : with_dot:bool -> Ocamlformat_stdlib_shims.Uchar.t -> bool
Sourceval uchar_not_identifier_start : Ocamlformat_stdlib_shims.Uchar.t -> bool
Sourcetype validation_result =
  1. | Valid
  2. | Invalid_character of Ocamlformat_stdlib_shims.Uchar.t
    (*

    Character not allowed

    *)
  3. | Invalid_beginning of Ocamlformat_stdlib_shims.Uchar.t
    (*

    Character not allowed as first char

    *)
Sourceval validate_identifier : ?with_dot:bool -> string -> validation_result
Sourceval is_valid_identifier : string -> bool
Sourceval starts_like_a_valid_identifier : string -> bool
Sourceval is_lowercase : string -> bool
OCaml

Innovation. Community. Security.