package pa_qualified

  1. Overview
  2. No Docs
A syntax extension that implements support for fully qualified module references

Install

Dune Dependency

Authors

Maintainers

Sources

pa_qualified-0.5.tar.gz
md5=ae26fa6f0f4814a58fdbe2d852c41bff

Description

Pa_qualified adds support for fully qualified module references to OCaml. If a module reference (in any possible context) starts with "Q.", then the rest of the reference denotes a context-independent globally unique path (as if the reference was located at the very beginning of the file). Qualified references can never be shadowed by other definitions (warranty void if "Q" is defined explicitly somewhere).

Published: 11 Apr 2015

Dependencies (4)

  1. ocamlbuild build
  2. camlp4
  3. ocamlfind
  4. ocaml >= "4.01.0"

Dev Dependencies

None

Used by (1)

  1. pa_solution

Conflicts

None