1
1
mirror of https://github.com/thma/LtuPatternFactory.git synced 2024-12-03 03:55:08 +03:00
This commit is contained in:
thma 2018-11-10 10:43:20 +01:00
parent e8063375ca
commit dd5279e78e

View File

@ -32,7 +32,7 @@ I think this kind of exposition could be helpful if you are either:
- [Beyond type class patterns](#beyond-type-class-patterns)
- [Dependency Injection -> Parameter Binding](#dependency-injection---parameter-binding)
- [Adapter -> Function Composition](#adapter---function-composition)
- [Template Method -> type class default functions](#template-method---type-class-default-functions)TB
- [Template Method -> type class default functions](#template-method---type-class-default-functions)
- Factory -> TBD
- [Builder -> record syntax, smart constructor](#builder---record-syntax-smart-constructor)
- [Some related links](#some-interesting-links)