package gen

  1. Overview
  2. Docs
type 'a gen = unit -> 'a option
module type MONAD = sig ... end
module type S = sig ... end