package odoc

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

Demonstrates expansion involving an equation on a type in a submodule

module type SIG = sig ... end
module type MODTYPE = sig ... end
type foo
module M : MODTYPE with type X.t = foo
OCaml

Innovation. Community. Security.