// @flow import { HKT } from './HKT' export interface Extend { extend(f: (ea: HKT) => B, ea: HKT): HKT }