Movatterモバイル変換


[0]ホーム

URL:


The Monad.Reader

Binding your input since 2005

Mini-issue 24: Predicates, Trees and GADTs

leave a comment »

I am pleased to announce thatMini-issue 24 of The Monad Reader is now available. It is a “mini-issue” because it consists of one article: “Predicates, Trees and GADTs” by Benjamin Hodgson.

Feel free to browse the source files. You can check out the entire repository using Git:

git clone https://github.com/ezyang/tmr-issue24.git

If you’d like to write something for The Monad Reader, please get in touch!

Written by ezyang

August 19, 2015 at 5:21 pm

Posted inIssues

Call for Copy: Issue 24

leave a comment »

Whether you’re an established academic or have only just started learning Haskell, if you have something to say, please consider writing an article for The Monad.Reader! The submission deadline for Issue 24 will be:

Saturday, July 5, 2014

The Monad.Reader

The Monad.Reader is a electronic magazine about all things Haskell. It is less formal than journal, but somehow more enduring than a wiki-page. There have been a wide variety of articles: exciting code fragments, intriguing puzzles, book reviews, tutorials, and even half-baked research ideas.

Submission Details

NEW this issue: for my reviewing sanity, I am setting a soft page limit
of fifteen pages. If you would like to write something longer, get
in touch, but remember: brevity is the soul of wit.

In any case, contact me if you intend to submit something — the sooner you let me know what you’re up to, the better.

Please submit articles for the next issue to me by e-mail (ezyang@mit.edu).

Articles should be written according to the guidelines available from

https://themonadreader.wordpress.com/contributing/

Please submit your article in PDF, together with any source files you used. The sources will be released together with the magazine under a BSD license.

If you would like to submit an article, but have trouble with LaTeX please let me know and we’ll work something out.

Written by ezyang

April 24, 2014 at 10:04 pm

Posted inCall for Copy

Issue 23

with one comment

I am pleased to announce thatIssue 23 of the Monad Reader is now available.

Issue 23 consists of the following five articles:

This time around, I have individual article files for each (and the supercompilation article has an extra appendix not included in the full issue PDF).

Feel free to browse the source files. You can check out the entire repository using Git:

git clone https://github.com/ezyang/tmr-issue23.git

If you’d like to write something for Issue 24, please get in touch!

 

Written by ezyang

April 23, 2014 at 11:59 pm

Posted inIssues

Call for Copy: Issue 23

leave a comment »

Whether you’re an established academic or have only just started learning Haskell, if you have something to say, please consider writing an article for The Monad.Reader! The submission deadline for Issue 23 will be:

Friday, January 17, 2014

The Monad.Reader

The Monad.Reader is a electronic magazine about all things Haskell. It is less formal than journal, but somehow more enduring than a wiki-page. There have been a wide variety of articles: exciting code fragments, intriguing puzzles, book reviews, tutorials, and even half-baked research ideas.

Submission Details

Get in touch with me if you intend to submit something — the sooner you let me know what you’re up to, the better.

Please submit articles for the next issue to me by e-mail (ezyang@mit.edu).

Articles should be written according to the guidelines available from

https://themonadreader.wordpress.com/contributing/

Please submit your article in PDF, together with any source files you used. The sources will be released together with the magazine under a BSD license.

If you would like to submit an article, but have trouble with LaTeX please let me know and we’ll work something out.

Written by ezyang

December 17, 2013 at 11:34 pm

Posted inUncategorized

Issue 22

leave a comment »

I am pleased to announce that Issue 22 of The Monad Reader is now available.

Issue 22 consists of the following three articles:

  • Generalized Algebraic Data Types in Haskell by Anton Dergunov
  • Error Reporting Parsers: a Monad Transformer Approach by Matt Fenwick and Jay Vyas
  • Two Monoids for Approximating NP-Complete Problems by Mike Izbicki

Feel free to browse the source files. You can check out the entire repository using Git:

git clone https://github.com/ezyang/tmr-issue22.git

If you’d like to write something for Issue 23, please get in touch!

Errata. Unfortunately there were several mistakes in the “Generalized Algebraic Data Types in Haskell” tutorial article which were recently fixed (many thanks to Shachaf Ben-Kiki and vituscze for pointing them out):

1. On page 9 of the article “error” function was used in “evaluate”
function, but in this context “fail” is cleaner.

2. On page 22 there was a typo: shortest paths are those “containing only *red* nodes”.

3. On page 24 we presented two alternative ways to define “Tree” data type: via GADTs and existential types. The latter definition contained an error. Correct definition is:

data Tree a = forall bh. Root (Node a bh)

Written by ezyang

August 6, 2013 at 10:31 pm

Posted inIssues

Call for Copy: Issue 22

leave a comment »

Another ICFP submission deadline has come and gone: why not celebrate by submitting something to The Monad.Reader? Whether you’re an established academic or have only just started learning Haskell, if you have something to say, please consider writing an article for The Monad.Reader! The submission deadline for Issue 22 will be:

Saturday, June 1, 2013

The Monad.Reader

The Monad.Reader is a electronic magazine about all things Haskell. It is less formal than journal, but somehow more enduring than a wiki-page. There have been a wide variety of articles: exciting code fragments, intriguing puzzles, book reviews, tutorials, and even half-baked research ideas.

Submission Details

Get in touch with me if you intend to submit something — the sooner you let me know what you’re up to, the better.

Please submit articles for the next issue to me by e-mail (ezyang@mit.edu).

Articles should be written according to the guidelines available from

https://themonadreader.wordpress.com/contributing/

Please submit your article in PDF, together with any source files you used. The sources will be released together with the magazine under a BSD license.

If you would like to submit an article, but have trouble with LaTeX please let me know and we’ll work something out.

Written by ezyang

March 29, 2013 at 6:07 pm

Posted inCall for Copy

Issue 21

with one comment

I am pleased to announce thatIssue 21 of The Monad Reader is now available.

Issue 21 consists of the following two articles:

  • A Functional Approach to Neural Networks by Amy de Buitléir, Michael Russell, Mark Daly
  • Haskell ab initio: the Hartree-Fock Method in Haskellby Felipe Zapata, Angel J. Alvarez

Feel free to browse the source files. You can check out the entire repository using Git:

git clone https://github.com/ezyang/tmr-issue21.git

If you’d like to write something for Issue 22, please get in touch!

Written by ezyang

March 16, 2013 at 5:08 am

Posted inIssues

Call for Copy: Issue 21

with 2 comments

Whether you’re an established academic or have only just started learning Haskell, if you have something to say, please consider writing an article for The Monad.Reader! The submission deadline for Issue 21 will be:

Tuesday, January 1, 2013

The Monad.Reader

The Monad.Reader is a electronic magazine about all things Haskell. It is less formal than journal, but somehow more enduring than a wiki-page. There have been a wide variety of articles: exciting code fragments, intriguing puzzles, book reviews, tutorials, and even half-baked research ideas.

Submission Details

Get in touch with me if you intend to submit something — the sooner you let me know what you’re up to, the better.

Please submit articles for the next issue to me by e-mail (ezyang@mit.edu).

Articles should be written according to the guidelines available from

https://themonadreader.wordpress.com/contributing/

Please submit your article in PDF, together with any source files you used. The sources will be released together with the magazine under a BSD license.

If you would like to submit an article, but have trouble with LaTeX please let me know and we’ll work something out.

Written by ezyang

October 20, 2012 at 3:18 am

Posted inCall for Copy

Issue 20

leave a comment »

It’s not dead, it’s resting!I am pleased to announce thatIssue 20 of the Monad Reader is now available.

Issue 20 consists of the following three articles:

  • Enumeration of Tuples with Hyperplanes by Tillmann Vogt
  • Understanding Basic Haskell Error Messagesby Jan Stolarek
  • The MapReduce type of a Monad by Julian Porter

Feel free to browse the source files. You can check out the entire repository using Git:

git clone https://github.com/ezyang/tmr-issue20.git

If you’d like to write something for Issue 21, please get in touch!

Written by ezyang

August 25, 2012 at 11:29 pm

Posted inIssues

Tagged with,,,,,,,

Call for Copy: Issue 20

with 6 comments

Update: The submission deadline for Issue 20 has been extended to Wednesday, March 21st.

I’m pleased to announce that I, Edward Z. Yang, will be taking over Brent Yorgey’s role as lead editor of the Monad Reader!

Whether you’re an established academic or have only just started learning Haskell, if you have something to say, please consider writing an article for The Monad.Reader! The submission deadline for Issue 20 will be:

Wednesday, March 21, 2012

The Monad.Reader

The Monad.Reader is a electronic magazine about all things Haskell. It is less formal than journal, but somehow more enduring than a wiki-page. There have been a wide variety of articles: exciting code fragments, intriguing puzzles, book reviews, tutorials, and even half-baked research ideas.

Submission Details

Get in touch with me if you intend to submit something — the sooner you let me know what you’re up to, the better.

Please submit articles for the next issue to me by e-mail (ezyang@mit.edu).

Articles should be written according to the guidelines available from

https://themonadreader.wordpress.com/contributing/

Please submit your article in PDF, together with any source files you used. The sources will be released together with the magazine under a BSD license.

If you would like to submit an article, but have trouble with LaTeX please let me know and we’ll work something out.

Written by ezyang

January 5, 2012 at 1:57 am

Posted inCall for Copy

« Older Entries

Pages

Search

search site archives

Blogroll

Archives

Categories

Meta

Blog at WordPress.com.

The Monad.Reader
Create a free website or blog at WordPress.com.
 

Loading Comments...
 

    Design a site like this with WordPress.com
    Get started

    [8]ページ先頭

    ©2009-2025 Movatter.jp