// @flow import { HKT } from './HKT' import type { Alt } from './Alt' export interface Plus extends Alt { pempty(): HKT }