package odoc

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

Module Expansion.ModuleTypeOfComplications

Demonstrates the interaction of module type of and destructive module substitution

module type S = sig ... end
module X1 : sig ... end
module type T = S with module X := X1