package io

  1. Overview
  2. Docs
module Make (X : Type) : sig ... end
type 'a t = 'a
val map : ('a -> 'b) -> 'c -> 'd