package monads

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type

A set monoind.

module Make (S : Core_kernel.Set.S) : S with type t := S.t

Derives a set monoind from the set S.