UNPKG

wonka

Version:

A fast push & pull stream library for Reason, loosely following the [callbag spec](https://github.com/callbag/callbag)

4 lines (2 loc) 125 B
import { Operator } from '../wonka_types'; export const scan: <A, B>(f: (acc: B, value: A) => B, acc: B) => Operator<A, B>;