Changed numbers all over, so that the progression is more natural

This commit is contained in:
Crista Lopes
2013-09-27 09:05:36 -07:00
parent c040c38973
commit 08539ca0e0
43 changed files with 0 additions and 0 deletions

19
09-the-one/README.md Normal file
View File

@@ -0,0 +1,19 @@
Style #6
==============================
Constraints:
- Existence of an abstraction to which all others can be converted. This
main abstraction provides an interface to chain abstractions
independent of the types of values that are consumed and produced by
those abstractions
- Larger problem is solved as a pipeline of functions bound together
by the single interface that chains them
Possible names:
- The One
- Monadic
- The wrapper of all things
- Imperative functional style