package rescriptdep

  1. Overview
  2. Docs
A dependency analyzer for ReScript modules

Install

dune-project
 Dependency

Authors

Maintainers

Sources

0.1.2.tar.gz
md5=b4add411a4fe583fc5e42800189a5d37
sha512=6a5eec651a35db4fc14b4db34c6839bc556868e8f649fd306664ff218dddd8824afeaacfc58a55b2b6b482a0e1ba4837b2bc076ebd22393a38161124b79640f5

doc/rescriptdep.vendor/Longident/index.html

Module LongidentSource

Long identifiers, used in parsetree.

Sourcetype t =
  1. | Lident of string
  2. | Ldot of t * string
  3. | Lapply of t * t
Sourceval cmp : t -> t -> int
Sourceval flatten : t -> string list
Sourceval unflatten : string list -> t option
Sourceval last : t -> string
Sourceval parse : string -> t