Typescript: Typing a combinator for reducer-like functions

后端 未结 0 852
野趣味
野趣味 2020-12-24 00:50

Consider the following types

type Reducer = Red
type Red = (s: S) => (c: C) => A

and the foll

相关标签:
回答
  • 消灭零回复
提交回复
热议问题