package gen

  1. Overview
  2. Docs

Monadic Interface

status: experimental

  • since 0.4
module type MONAD = GenM_intf.MONAD
module Make (M : MONAD) : GenM_intf.S with module M = M