From 598089977318cd9f383cf97e1f8f1153e592a567 Mon Sep 17 00:00:00 2001 From: Clint Newsom Date: Fri, 4 Apr 2014 09:28:36 -0400 Subject: [PATCH] Adds a practical paper by Simon Peyton Jones on tacklin monadic I/O, concurrency and foreign-language calls in Haskell. Published in 2010 by Microsoft Research. This is a very readable and useful paper for anyone learning Haskell and intersted in using it beyond academia. --- haskell/README.md | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 haskell/README.md diff --git a/haskell/README.md b/haskell/README.md new file mode 100644 index 0000000..d0c4887 --- /dev/null +++ b/haskell/README.md @@ -0,0 +1,4 @@ +# Haskell + + +* [Tackling the Awkward Squad: monadic input/output, concurrency, exceptions, andforeign-language calls in Haskell](http://research.microsoft.com/en-us/um/people/simonpj/papers/marktoberdorf/mark.pdf) by Simon Peyton Jones \ No newline at end of file