import { default as Functor } from '../Functor'; export default interface Apply extends Functor { ap(j: Apply): Apply; }