UNPKG

fantasy-types

Version:

Fantasy Land types definitions

5 lines (3 loc) 144 B
import { Applicative } from "./Applicative"; import { Plus } from "./Plus"; export interface Alternative<T> extends Applicative<T>, Plus<T> {}