package jhupllib

  1. Overview
  2. Docs

Module Jhupllib_monad_utilsSource

A module containing a utility functor for monads.

Sourcemodule type Utils = sig ... end
Sourcemodule Make (M : Batteries.Interfaces.Monad) : Utils with type 'a m = 'a M.m