package odoc

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

Module Expansion.ModuleTypeAliases

Demonstrates that module types are not expanded if they're a simple path to another.

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