// @flow import { HKT } from './HKT' export type NaturalTransformation = { (fa: HKT): HKT };