formatting

pull/41/head
Chris Allen 10 years ago
parent 17cffd6ec6
commit 5853eb4a39

@ -1285,15 +1285,16 @@ class Monad (m :: * -> *) where
``` ```
18:51 < OscarZ> about join... im wondering about join (+) 7 = 14 18:51 < OscarZ> about join... im wondering about join (+) 7 = 14
19:14 < pjdelport> OscarZ: join for Reader becomes even more Intuitive when you pronounce Reader e a as "function 19:14 < pjdelport> OscarZ: join for Reader becomes even more Intuitive when you
from an environment e to a" pronounce Reader e a as "function from an environment e to a"
19:15 < pjdelport> Then "Reader e (Reader e a)" is just "function from an environment e to function from an 19:15 < pjdelport> Then "Reader e (Reader e a)" is just "function from an environment e
to function from an environment e to a"
19:16 < pjdelport> And joining means turning that into just one "function from an
environment e to a" environment e to a"
19:16 < pjdelport> And joining means turning that into just one "function from an environment e to a" 19:16 < pjdelport> And saying it like that should (hopefully) make the implementation and what
19:16 < pjdelport> And saying it like that should (hopefully) make the implementation and what it does more obvious it does more obvious :)
:) 19:23 < pjdelport> I still think just pondering "type Reader e a = e -> a" is a great way to
19:23 < pjdelport> I still think just pondering "type Reader e a = e -> a" is a great way to to get that "a ha" to get that "a ha" moment
moment
``` ```
```haskell ```haskell

Loading…
Cancel
Save