// @flow import type { Apply } from './Apply' import type { Pointed } from './Pointed' export interface Applicative extends Apply, Pointed {}