// @flow import { HKT } from './HKT' import type { Functor } from './Functor' export interface Copointed extends Functor { extract(ca: HKT): A }