// @flow import { HKT } from './HKT' import type { Functor } from './Functor' export interface Pointed extends Functor { of(a: A): HKT }