package odoc

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

Module Expansion.TypeSubstitution

Demonstrates expansion involving deep destructive type substitution.

module type S = sig ... end
module type T = S with type M.t := int