-
Notifications
You must be signed in to change notification settings - Fork 0
/
refs.bib
186 lines (171 loc) · 5.27 KB
/
refs.bib
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
@article{th1,
author = {Sheard, Tim and Jones, Simon Peyton},
title = {Template Meta-programming for Haskell},
journal = {SIGPLAN Not.},
issue_date = {December 2002},
volume = {37},
number = {12},
month = dec,
year = {2002},
issn = {0362-1340},
pages = {60--75},
numpages = {16},
url = {http://doi.acm.org/10.1145/636517.636528},
doi = {10.1145/636517.636528},
acmid = {636528},
publisher = {ACM},
address = {New York, NY, USA},
keywords = {Meta programming, templates},
}
@misc{th2,
Author = {Sheard, Tim and Jones, Simon Peyton},
Title = {Notes on Template Haskell, Version 2},
Year = {2003},
howpublished = {http://research.microsoft.com/~simonpj/papers/meta-haskell/notes2.ps}
}
@misc{th3,
Author = {Jones, Simon Peyton},
Title = {Major proposed revision of Template Haskell},
Year = {2010},
howpublished = {https://ghc.haskell.org/trac/ghc/blog/Template\%20Haskell\%20Proposal}
}
@InCollection{aosa,
author = {Simon Marlow and Simon {Peyton Jones}},
title = {The {G}lasgow {H}askell {C}ompiler},
booktitle = {The Architecture of Open Source Applications, Volume 2},
year = {2012},
url = {http://www.aosabook.org/en/ghc.html},
publisher = {Lulu}
}
@article{regexps-derivs,
author = {Brzozowski, Janusz A.},
title = {Derivatives of Regular Expressions},
journal = {J. ACM},
issue_date = {Oct. 1964},
volume = {11},
number = {4},
month = oct,
year = {1964},
issn = {0004-5411},
pages = {481--494},
numpages = {14},
url = {http://doi.acm.org/10.1145/321239.321249},
doi = {10.1145/321239.321249},
acmid = {321249},
publisher = {ACM},
address = {New York, NY, USA},
}
@misc{quasitext,
author = {Ledger, Mike},
Title = {A look at QuasiQuotation},
Year = {2012},
howpublished = {http://quasimal.com/posts/2012-05-25-quasitext-and-quasiquoting.html}
}
@misc{yesod,
author = {Snoyman, Michael},
Title = {Yesod},
Year = {2012},
howpublished = {http://www.yesodweb.com/book}
}
@misc{shakespeare,
author = {Snoyman, Michael},
Title = {Shakespearean Templates},
Year = {2012},
howpublished = {http://www.yesodweb.com/book/shakespearean-templates}
}
@misc{shakespeare-lib,
author = {Snoyman, Michael},
Title = {The Shakespeare library},
Year = {2012},
howpublished = {http://hackage.haskell.org/package/shakespeare}
}
@misc{patsyns-patch,
author = {Dominik Bollmann},
Title = {Add Template Haskell support for Pattern Synonyms},
Year = {2016},
howpublished = {https://phabricator.haskell.org/D1940}
}
@misc{patsyns-bugfix,
author = {Dominik Bollmann},
Title = {Template Haskell splices are not renamer-resolved correctly},
Year = {2016},
howpublished = {https://phabricator.haskell.org/D2091}
}
@misc{ghc-users-guide,
author = {The GHC Team},
Title = {The Glorious Glasgow Haskell Compilation System User's Guide},
Year = {2016},
howpublished = {https://downloads.haskell.org/~ghc/latest/docs/html/users\_guide/syntax-extns.html\#pattern-synonyms}
}
@INPROCEEDINGS{rec-schemes,
author = {Erik Meijer and Maarten Fokkinga and Ross Paterson},
title = {Functional Programming with Bananas, Lenses, Envelopes and Barbed Wire},
booktitle = {},
year = {1991},
pages = {124--144},
publisher = {Springer-Verlag}
}
@misc{rdragon-patch,
author = {Steenkamp, Rik},
Title = {Improve Printing of Pattern Synonym Types},
Year = {2016},
howpublished = {https://phabricator.haskell.org/D1896}
}
@inproceedings{qq,
author = {Mainland, Geoffrey},
title = {Why It's Nice to Be Quoted: Quasiquoting for Haskell},
booktitle = {Proceedings of the ACM SIGPLAN Workshop on Haskell Workshop},
series = {Haskell '07},
year = {2007},
isbn = {978-1-59593-674-5},
location = {Freiburg, Germany},
pages = {73--82},
numpages = {10},
url = {http://doi.acm.org/10.1145/1291201.1291211},
doi = {10.1145/1291201.1291211},
acmid = {1291211},
publisher = {ACM},
address = {New York, NY, USA},
keywords = {meta programming, quasiquoting},
}
@inproceedings{systemfc,
author = {Sulzmann, Martin and Chakravarty, Manuel M. T. and Jones,
Simon Peyton and Donnelly, Kevin},
title = {System F with Type Equality Coercions},
booktitle = {Proceedings of the 2007 ACM SIGPLAN International
Workshop on Types in Languages Design and
Implementation},
series = {TLDI '07},
year = {2007},
isbn = {1-59593-393-X},
location = {Nice, Nice, France},
pages = {53--66},
numpages = {14},
url = {http://doi.acm.org/10.1145/1190315.1190324},
doi = {10.1145/1190315.1190324},
acmid = {1190324},
publisher = {ACM},
address = {New York, NY, USA},
keywords = {advanced type features, typed intermediate language},
}
@article{faking-dep-tys,
address = {New York, NY, USA},
author = {Fridlender, Daniel and Indrika, Mia},
citeulike-article-id = {2310046},
citeulike-linkout-0 = {http://portal.acm.org/citation.cfm?id=967469.967474},
citeulike-linkout-1 = {http://dx.doi.org/10.1017/s0956796800003658},
doi = {10.1017/s0956796800003658},
issn = {0956-7968},
journal = {J. Funct. Program.},
keywords = {dependent-types, functional-programming, type-theory},
month = jul,
number = {4},
pages = {409--415},
posted-at = {2008-02-28 15:48:48},
priority = {3},
publisher = {Cambridge University Press},
title = {Do we need dependent types?},
url = {http://dx.doi.org/10.1017/s0956796800003658},
volume = {10},
year = {2000}
}