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.6.tar.gz
md5=aa92760a461340c1085b40c546dc5145

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: 13 Jan 2016

Dependencies (3)

  1. camlp4
  2. ocamlfind
  3. ocaml >= "4.01.0"

Dev Dependencies

None

Used by (1)

  1. pa_solution

Conflicts

None