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/Path/index.html

Module PathSource

Sourcetype t =
  1. | Pident of Ident.t
  2. | Pdot of t * string * int
  3. | Papply of t * t
Sourceval same : t -> t -> bool
Sourceval compare : t -> t -> int
Sourceval name : ?paren:(string -> bool) -> t -> string
Sourceval binding_time : t -> int
Sourceval isfree : Ident.t -> t -> bool
Sourceval head : t -> Ident.t