import { default as Apply } from '../Apply'; export default interface Applicative extends Apply { of(a: A): Applicative; }