package odoc

  1. Overview
  2. Docs

doc/odoc.examples/Odoc_examples/Resolution/Fragments/index.html

Module Resolution.Fragments

Demonstrates the resolution of fragments

module type A = sig ... end
module C : A with type B.t = int
module D : module type of C.B with type t := int
OCaml

Innovation. Community. Security.