Can I replace repeated calls to `.map` with some use of `Applicative`

后端 未结 0 485

I have the following code:

type AScale = { head: [1]; tail: B } | { head: [1, 1]; tail: B };
type BScale =
  |          


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