package monads

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

The pair interface lifted into the monad.

val fst : ('a * 'b) T1(M).t -> 'a T1(M).t

fst (x,y) computes x

val snd : ('a * 'b) T1(M).t -> 'b T1(M).t

snd (x,y) computes y