Skip to main content
Module

x/fun/mod.ts>pair.ComonadPair

A collection of algebraic data types, lenses, and schemables based on a light weight higher kinded type implementation. Written for deno.
Go to Latest
variable pair.ComonadPair
import { pair } from "https://deno.land/x/fun@v2.0.0-alpha.6/mod.ts";
const { ComonadPair } = pair;

The canonical Comonad instance for Pair. Contains the extract, extend, and map methods.

type

Comonad<URI>