UNPKG

fluture

Version:

FantasyLand compliant (monadic) alternative to Promises

7 lines (5 loc) 159 B
import {application1, future} from './future.js'; export function extractLeft(m){ application1(extractLeft, future, arguments); return m.extractLeft(); }