package io

  1. Overview
  2. Docs
type ('a, 'b) t = 'a * 'b
val map : ('a -> 'b) -> ('c * 'd) -> 'e * 'f