package jhupllib

  1. Overview
  2. Docs

Module Jhupllib.MonadsSource

This module contains an interface for monads.

Sourcemodule type Monad = sig ... end
Sourcemodule type MonadPlus = sig ... end
Sourcemodule type Utils = sig ... end
Sourcemodule type MonadWithUtils = sig ... end
Sourcemodule type MonadPlusWithUtils = sig ... end
Sourcemodule MakeUtils (M : Monad) : Utils with type 'a m = 'a M.m
OCaml

Innovation. Community. Security.