UNPKG

@dillonkearns/elm-graphql

Version:

<img src="https://cdn.jsdelivr.net/gh/martimatix/logo-graphqelm/logo.svg" alt="dillonearns/elm-graphql logo" width="40%" align="right">

6 lines (4 loc) 152 B
// @flow import type { Apply } from './Apply' import type { Pointed } from './Pointed' export interface Applicative<F> extends Apply<F>, Pointed<F> {}