X-Git-Url: http://lambda.jimpryor.net/git/gitweb.cgi?p=lambda.git;a=blobdiff_plain;f=offsite_reading.mdwn;h=6c0435eca9b90fb11ccffd9962bef3f013b55601;hp=b6b349e24b8c3823e111d3b997eca53134517a9d;hb=20b4e1e1636218d16ef39a9fbc4da5305f24b40f;hpb=c221f4118774bd59cd81f76b548a976846ab48c2 diff --git a/offsite_reading.mdwn b/offsite_reading.mdwn index b6b349e2..6c0435ec 100644 --- a/offsite_reading.mdwn +++ b/offsite_reading.mdwn @@ -120,7 +120,7 @@ get more out of. (Rinse and repeat.) * [[!wikipedia Monad (functional programming) desc="Monads in Functional Programming"]] * [Daniel Friedman. A Schemer's View of Monads](/schemersviewofmonads.ps): from but the link above is to a local copy. * [A Gentle Intro to Haskell: About Monads](http://www.haskell.org/tutorial/monads.html) (link currently broken, check ) -* [All About Monads](http://haskell.org/all_about_monads/html/index.html) +* [All About Monads](http://haskell.org/all_about_monads/html/index.html) (also broken, here's an [archived version](http://web.archive.org/web/20071013115156/haskell.org/all_about_monads/html/index.html)) * From HaskwellWiki: [Monad tutorials timeline](http://www.haskell.org/haskellwiki/Monad_tutorials_timeline) | [Monad laws](http://www.haskell.org/haskellwiki/Monad_Laws) @@ -202,12 +202,6 @@ in M. Broy, editor, *Marktoberdorf Summer School on Program Design Calculi*, Spr * [Pointers in OCaml](http://caml.inria.fr/resources/doc/guides/pointers.html) -## The Curry-Howard Correspondence ## -* The [[!wikipedia Curry-Howard isomorphism]] -* [The Curry-Howard correspondence in Haskell](http://www.thenewsh.com/~newsham/formal/curryhoward/) -* [The Curry-Howard Isomorphism](http://en.wikibooks.org/wiki/Haskell/The_Curry-Howard_isomorphism) at Haskell wiki

- - ## Continuations ## * [[!wikipedia Continuation]] @@ -239,6 +233,13 @@ in M. Broy, editor, *Marktoberdorf Summer School on Program Design Calculi*, Spr * [Delimited continuations in natural language semantics](http://okmij.org/ftp/gengo/) +## The Curry-Howard Correspondence ## +* The [[!wikipedia Curry-Howard isomorphism]] +* [The Curry-Howard correspondence in Haskell](http://www.thenewsh.com/~newsham/formal/curryhoward/) +* [The Curry-Howard Isomorphism](http://en.wikibooks.org/wiki/Haskell/The_Curry-Howard_isomorphism) at Haskell wiki

+ + + ## Linear Logic ## * [[!wikipedia Linear logic]]