package rescriptdep

  1. Overview
  2. Docs

Module Asttypes

Auxiliary AST types used by parsetree and typedtree.

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