1
1
mirror of https://github.com/thma/LtuPatternFactory.git synced 2024-12-12 10:42:08 +03:00

add caption

This commit is contained in:
thma 2018-12-03 21:26:25 +01:00
parent 3c3a992fe1
commit c379c5b273

View File

@ -33,7 +33,7 @@ I think this kind of exposition could be helpful if you are either:
* [Composite -> SemiGroup -> Monoid](#composite---semigroup---monoid)
* [Visitor -> Foldable](#visitor---foldable)
* [Iterator -> Traversable](#iterator---traversable)
* [Type classes Category, Arrow & Co.](#the-pattern-behind-the-patterns---category)
* [The Pattern behind the Patterns -> Category](#the-pattern-behind-the-patterns---category)
* [Beyond type class patterns](#beyond-type-class-patterns)
* [Dependency Injection -> Parameter Binding](#dependency-injection---parameter-binding)
* [Adapter -> Function Composition](#adapter---function-composition)