week7 tweak
authorJim Pryor <profjim@jimpryor.net>
Mon, 1 Nov 2010 06:32:39 +0000 (02:32 -0400)
committerJim Pryor <profjim@jimpryor.net>
Mon, 1 Nov 2010 06:32:39 +0000 (02:32 -0400)
Signed-off-by: Jim Pryor <profjim@jimpryor.net>
week7.mdwn

index 4e52490..b78e01e 100644 (file)
@@ -314,7 +314,7 @@ invited talk, *19'th Symposium on Principles of Programming Languages*, ACM Pres
        Monads increase the ease with which programs may be modified. They can mimic the effect of impure features such as exceptions, state, and continuations; and also provide effects not easily achieved with such features. The types of a program reflect which effects occur.
        The first section is an extended example of the use of monads. A simple interpreter is modified to support various extra features: error messages, state, output, and non-deterministic choice. The second section describes the relation between monads and continuation-passing style. The third section sketches how monads are used in a compiler for Haskell that is written in Haskell.-->
 
-*      [Daniel Friedman. A Schemer's View of Monads](/schemersviewofmonads.ps): from <https://www.cs.indiana.edu/cgi-pub/c311/doku.php?id=home> but hosted the link above is to a local copy.
+*      [Daniel Friedman. A Schemer's View of Monads](/schemersviewofmonads.ps): from <https://www.cs.indiana.edu/cgi-pub/c311/doku.php?id=home> but the link above is to a local copy.
 
 There's a long list of monad tutorials on the [[Offsite Reading]] page. Skimming the titles makes me laugh.