package odoc

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

Demonstrates the expansion of functors

module type Argument = sig ... end
module type Result = sig ... end
module Functor (X : Argument) (Y : Argument) : Result
OCaml

Innovation. Community. Security.