package odoc

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

A very complicated example of resolution

module type Type = sig ... end
module App (T : Type) (F : functor (_ : Type) -> Type) (M : F(T).T) : F(T).T
module Bar : sig ... end
module Foo (T : Type) : sig ... end
module FooBarInt : sig ... end
OCaml

Innovation. Community. Security.