type: PIN
Consumer key: 3nVuSoBZnx6U4vzUxf5w
Consumer secret: Bcs59EFbbsdF6Sl9Ng71smgStWEGwXXKSjYvPVt7qys
type: PIN
Consumer key: IQKbtAYlXLripLGPWd0HUA
| /* | |
| This piece of commented code aims to clarify some | |
| misconceptions between several advanced concepts | |
| in pure functional programming/category theory: | |
| free monads, finally tagless approach, algebraic | |
| effects. | |
| These concepts are actually very close. They rely | |
| on similar concepts and even represent the "same" | |
| object (up to isomorphism!) from the theoretical |