package base

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

Module Base.TSource

This module defines various abstract interfaces that are convenient when one needs a module that matches a bare signature with just a type. This sometimes occurs in functor arguments and in interfaces.

Sourcemodule type T = sig ... end
Sourcemodule type T1 = sig ... end
Sourcemodule type T2 = sig ... end
Sourcemodule type T3 = sig ... end
OCaml

Innovation. Community. Security.