package jhupllib

  1. Overview
  2. Docs

A module containing a utility functor for monads.

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