Skip to content

Instantly share code, notes, and snippets.

View choonkending's full-sized avatar

Ken Ding choonkending

View GitHub Profile
// https://medium.com/@gcanti/higher-kinded-types-in-typescript-static-and-fantasy-land-d41c361d0dbe
import {
TypeConstructors,
TypeConstructors2,
Kind,
Kind2,
} from "./higherKindedTypes";
export interface Functor<F extends TypeConstructors, A> {