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">

5 lines (3 loc) 121 B
// @flow export class HKT<F, A> {} // eslint-disable-line no-unused-vars export type HKT2<F, A, B> = HKT<HKT<F, A>, B>;