package odoc

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

Some more complicated examples of resolution

module type A = sig ... end
module B : sig ... end
module C : A with module M = B with type N.t = int
type t = C.N.t
OCaml

Innovation. Community. Security.