package odoc

  1. Overview
  2. Docs

doc/odoc.examples/Odoc_examples/Expansion/Shadowing/index.html

Module Expansion.Shadowing

Demonstrates shadowing of identifiers in includes

module type A = sig ... end
module type B = sig ... end
OCaml

Innovation. Community. Security.