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) 158 B
// @flow import type { Applicative } from './Applicative' import type { Chain } from './Chain' export interface Monad<F> extends Applicative<F>, Chain<F> {}