[project @ 1998-05-21 09:29:13 by simonm]
[ghc-hetmet.git] / ghc / docs / libraries / refs.bib
1
2 @article{Haskell1.2,
3   author =      "Hudak, P. and Peyton Jones, S. and Wadler (editors), P.",
4   title =       "Report on the {P}rogramming {L}anguage {H}askell, {A} {N}on-strict {P}urely {F}unctional {L}anguage ({V}ersion 1.2)",
5   journal =     "ACM SIGPLAN Notices",
6   volume =      "27",
7   number =      "5",
8   month =       "May",
9   year =        "1992"
10 }
11
12 @techreport{Haskell1.4,
13   author =       "Peterson, J. and Hammond (editors), K.",
14   title =        "Report on the {P}rogramming {L}anguage {H}askell 1.4, {A} {N}on-strict {P}urely {F}unctional {L}anguage",
15   institution =  "Yale University",
16   address =      "Department of Computer Science",
17   type =         "Research Report",
18   number =       "YALEU/DCS/RR-1106",
19   month =        "April",
20   year =         "1997"
21 }
22
23 @techreport{Haskell1.4libs,
24   author =       "Peterson, J. and Hammond (editors), K.",
25   title =        "The {Haskell} library report version 1.4",
26   institution =  "Yale University",
27   address =      "Department of Computer Science",
28   type =         "Research Report",
29   number =       "YALEU/DCS/RR-1105",
30   month =        "April",
31   year =         "1997"
32 }
33
34 @inproceedings{ImperativeFP,
35   author =       "Peyton Jones, S. and Wadler, P.",
36   title =        "Imperative Functional Programming",
37   booktitle =    "Proceedings 20th Symposium on Principles of Programming Languages",
38   organization = "ACM",
39   month =        "January",
40   year =         "1993"
41 }
42
43 @inproceedings{LazyStateThreads,
44   author =      "Launchbury, J. and Peyton Jones, S.L.",
45   title =       "Lazy functional state threads",
46   booktitle =   "Conference on Programming Language Design and Implementation",
47   address =     "Orlando, FL",
48   year =        "1994",
49   month =       "June"
50 }
51
52 @book{BW,
53   author =      "Bird, R. and Wadler, P.",
54   title =       "Introduction to functional programming",
55   publisher =   "Prentice Hall",
56   year =        "1988"
57 }
58
59 @article{GentleIntro,
60   author =      "Hudak, P. and Fasel, J.",
61   title =       "A gentle introduction to {Haskell}",
62   journal =     "ACM SIGPLAN Notices",
63   volume =      "27",
64   number =      "5",
65   month =       "May",
66   year =        "1992",
67   note =        "Also available as Research Report YALEU/DCS/RR-901,
68                  Yale University, Department of Computer Science, April 1992."
69 }
70
71 @techreport{Gofer,
72   author =      "Jones, M.P.",
73   title =       "The implementation of the {G}ofer functional programming system",
74   institution = "Yale University",
75   year =        "1994",
76   month =       "May",
77   address =     "New Haven, Connecticut, USA",
78   type =        "Research Report",
79   number =      "YALEU/DCS/RR-1030",
80   note =        "Available on the World-Wide Web from {\tt http://www.cs.nott.ac.uk/Department/Staff/mpj/pubs.html}"
81 }
82
83 @unpublished{MonParse,
84   title =       "Monadic parser combinators",
85   author =      "Hutton, G. and Meijer, E.",
86   note =        "Available from {\tt http://www.cs.nott.ac.uk/Department/Staff/gmh/bib.html}",
87   year =        "1996"
88 }
89
90 @inproceedings{concurrentHaskell:popl96,
91   author =      "Simon {Peyton Jones} and Andrew Gordon and Sigbj\orn Finne",
92   title =       "Concurrent {H}askell",
93   pages =       "295--308",
94   booktitle =   "Conference record of {POPL '96}: 23rd {ACM SIGPLAN-SIGACT}
95                  {S}ymposium on {P}rinciples of {P}rogramming
96                  {L}anguages",
97   publisher =   "ACM press",
98   address =     "St. Petersburg Beach, FL",
99   year =        "1996",
100   month =       "January"
101 }
102
103 @inproceedings{Wadler:Essence,
104   author =      "P. Wadler",
105   title =       "The essence of functional programming (invited talk)",
106   booktitle =   "Conference record of the Nineteenth annual {ACM}
107                  {SIGPLAN-SIGACT} symposium on {P}rinciples of {P}rogramming
108                  {L}anguages",
109   month =       "Jan",
110   year =        "1992",
111   pages =       "1--14"
112 }
113