@ARTICLE{haskell,
  author = "P. Hudak and others",
  title = "{Haskell} Special Issue",
  journal = "ACM SIGPLAN Notices",
  volume = 27,
  number = 5,
  year = "1992",
  month = "May"
}

@Article{augustsson-etal:gensym,
  author = 	 "Lennart Augustsson and Mikael Rittri and Dan Synek",
  title = 	 "Functional Pearl: On generating Unique Names",
  journal =	 "Journal of Functional Programming",
  year =	 1994,
  volume =	 4,
  number =	 1,
  pages =	 "117--123"
}

@Article{peyton-jones-etal:state-in-haskell,
  author = 	 {Simon {Peyton Jones} and John Launchbury},
  title = 	 {State in {Haskell}},
  journal = 	 {Lisp and Symbolic Computation},
  year = 	 1995,
  volume =	 8,
  number =	 4,
  pages =	 {293--341}
}

@Article{wadler:compr-monads,
  author =       "P. Wadler",
  title =        "Comprehending monads",
  journal =      "Mathematical Structures in Computer Science",
  pages =        "461--493",
  year =         "1992",
  volume =       "2",
}

@inproceedings{swierstra-etal:det-comb-parse,
  author      = "S. D. Swierstra and L. Duponcheel",
  title       = "Deterministic, Error-Correcting Combinator Parsers",
  booktitle   = "Advanced Functional Programming",
  editor      = "John Launchbury and Erik Meijer and Tim Sheard",
  publisher   = "Springer-Verlag",
  series      = "Lecture Notes in Computer Science",
  volume      = "1129",
  pages       = "184--207",
  year        = "1996"
}
