reference)
contravariant
https://hackage.haskell.org/package/contravariant-1.4.1/docs/Data-Functor-Contravariant.html
Data.Functor.Contravariant
Replace all locations in the output with the same value. The default definition is contramap . const, but this may be overridden with a more efficient version.
hackage.haskell.org
combinators pattern
https://wiki.haskell.org/Combinator
Combinator - HaskellWiki
There are two distinct meanings of the word "combinator" in common usage. The first is a narrow, technical meaning, namely: A function or definition with no free variables. A "function with no free variables" is a pure lambda-expression that refers only to
wiki.haskell.org
contramap
https://medium.com/@stephaneledorze/the-contravariant-functor-a7ae93e2eae0
'개발 > typescript, web' 카테고리의 다른 글
[21-06-27 개인스터디] fp-ts: Ord (0) | 2021.06.27 |
---|---|
[21-06-23 사내모각코] pipeline에서 각 함수의 결과를 측정하여 처리할 수 있게 하는 작업 (0) | 2021.06.23 |
[21-06-15 사내모각코] Trait typescript로 구현해보기 (0) | 2021.06.16 |
[21-06-02 사내모각코] fp-ts: Option 알아보기 (0) | 2021.06.16 |
value change + onChange trigger (0) | 2021.05.11 |