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

Module Asttypes

Auxiliary AST types used by parsetree and typedtree.

type 'a loc = 'a Location.loc = {
  1. txt : 'a;
  2. loc : Location.t;
}