package solidity-common

  1. Overview
  2. Docs

Module Solidity_common.LongIdentSource

Sourcetype 'kind t
Sourceval compare : 'kind t -> 'kind t -> int
Sourceval equal : 'kind t -> 'kind t -> bool
Sourceval empty : 'kind t
Sourceval root : int -> absolute t
Sourceval to_string : 'kind t -> string
Sourceval of_string_rel : string -> relative t
Sourceval of_string_abs : string -> absolute t
Sourceval of_ident_rel : Ident.t -> relative t
Sourceval of_ident_abs : Ident.t -> absolute t
Sourceval to_ident_list : 'kind t -> Ident.t list
Sourceval of_ident_list_rel : Ident.t list -> relative t
Sourceval of_ident_list_abs : Ident.t list -> absolute t
Sourceval append : 'kind t -> Ident.t -> 'kind t
Sourceval prepend : Ident.t -> relative t -> relative t
Sourceval is_empty : 'kind t -> bool
Sourceval first : 'kind t -> Ident.t
Sourceval last : 'kind t -> Ident.t
Sourceval split_first : 'kind t -> Ident.t * relative t
Sourceval split_last : 'kind t -> 'kind t * Ident.t
Sourceval printf : Format.formatter -> 'kind t -> unit
OCaml

Innovation. Community. Security.