package spotlib

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

Module Spotlib.Monad_intfSource

Sourcemodule type S2 = sig ... end

Minimum monad signature with an additional type parameter 'z

Sourcemodule type Infix2 = sig ... end

Infix name space for S2

Sourcemodule type EX2 = sig ... end

Extension of S2

Sourcemodule type T2 = sig ... end

The final unified Monad API for S2

Sourcemodule type S1 = sig ... end
Sourcemodule type Infix1 = sig ... end

Infix name space for S1

Sourcemodule type EX1 = sig ... end

Extension of S1

Sourcemodule type T1 = sig ... end

The final unified Monad API for S1

Sourcemodule type S = S1
Sourcemodule type T = T1
Sourcemodule type EX = EX1
Sourcemodule type Infix = Infix1