package odoc

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type

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.