-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmain.bib
1445 lines (1436 loc) · 47.3 KB
/
main.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
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
890
891
892
893
894
895
896
897
898
899
900
901
902
903
904
905
906
907
908
909
910
911
912
913
914
915
916
917
918
919
920
921
922
923
924
925
926
927
928
929
930
931
932
933
934
935
936
937
938
939
940
941
942
943
944
945
946
947
948
949
950
951
952
953
954
955
956
957
958
959
960
961
962
963
964
965
966
967
968
969
970
971
972
973
974
975
976
977
978
979
980
981
982
983
984
985
986
987
988
989
990
991
992
993
994
995
996
997
998
999
1000
@PhdThesis{huiqingThesis,
title = {Refactoring Haskell Programs},
author = {Huiqing Li},
school = {University of Kent},
month = {September},
year= {2006}},
@inproceedings{strafunski,
author = {Ralf L{\"{a}}mmel and
Joost Visser},
title = {Typed Combinators for Generic Traversal},
booktitle = {Practical Aspects of Declarative Languages, 4th International Symposium,
{PADL} 2002, Portland, OR, USA, January 19-20, 2002, Proceedings},
pages = {137--154},
year = {2002},
crossref = {DBLP:conf/padl/2002},
url = {https://doi.org/10.1007/3-540-45587-6\_10},
doi = {10.1007/3-540-45587-6\_10},
timestamp = {Fri, 26 May 2017 14:09:14 +0200},
biburl = {https://dblp.org/rec/bib/conf/padl/LammelV02},
bibsource = {dblp computer science bibliography, https://dblp.org}
}
@book{fowler,
added-at = {2007-09-26T23:42:13.000+0200},
address = {Boston, MA, USA},
author = {Fowler, Martin},
biburl = {http://www.bibsonomy.org/bibtex/27151885e8b8528651e048242f3527132/kimmens},
description = {AOEvolutionchapter short paper},
interhash = {955b704413985c65e6a0ba497d70b00e},
intrahash = {7151885e8b8528651e048242f3527132},
isbn = {0-201-48567-2},
keywords = {evolution refactoring software},
publisher = {Addison-Wesley},
timestamp = {2007-09-26T23:42:13.000+0200},
title = {{Refactoring: Improving the Design of Existing Code}},
year = 1999
},
@inproceedings{typeAndTransformPatterns,
title={{Type-Changing Program Transformations with Pattern Matching}},
author={van Eekelen, Joeri and Leather, Sean and Jeuring, Johan},
booktitle={Proceedings of the Workshop on Haskell And Rewriting Techniques (HART)},
volume={2013},
year={2013}
},
@techreport{typeAndTransform,
title={{Type-and-Transform Systems}},
author={Leather, Sean and Jeuring, Johan and Loh, Andres and Schuur, Bram},
year={2012},
institution={Technical Report UU-CS-2012-004, Department of Information and Computing Sciences, Utrecht University}
},
@article{typeAndTransformSemantics,
title={Type-changing rewriting and semantics-preserving transformation},
author={Leather, Sean and Jeuring, Johan and L{\"o}h, Andres and Schuur, Bram},
journal={Science of Computer Programming},
volume={112},
pages={145--169},
year={2015},
publisher={Elsevier}
},
@book{elementsOfFunc,
title={{Elements of functional programming}},
author={Reade, Chris},
year={1989},
publisher={Addison-Wesley}
},
@article{hudakFuncProg,
title={{Conception, evolution, and application of functional programming languages}},
author={Hudak, Paul},
journal={ACM Computing Surveys (CSUR)},
volume={21},
number={3},
pages={359--411},
year={1989},
publisher={ACM}
},
@inproceedings{programatica,
title={{Haskell tools from the Programatica project}},
author={Hallgren, Thomas},
booktitle={Proceedings of the 2003 ACM SIGPLAN workshop on Haskell},
pages={103--106},
year={2003},
organization={ACM}
},
@article{refacTools,
title={{Refactoring tools for functional languages}},
author={Thompson, Simon and Li, Huiqing},
journal={Journal of Functional Programming},
volume={23},
number={03},
pages={293--350},
year={2013},
publisher={Cambridge Univ Press}
},
@inproceedings{syb,
author = {L\"{a}mmel, Ralf and Jones, Simon Peyton},
title = {Scrap Your Boilerplate: A Practical Design Pattern for Generic Programming},
booktitle = {Proceedings of the 2003 ACM SIGPLAN International Workshop on Types in Languages Design and Implementation},
series = {TLDI '03},
year = {2003},
isbn = {1-58113-649-8},
location = {New Orleans, Louisiana, USA},
pages = {26--37},
numpages = {12},
url = {http://doi.acm.org/10.1145/604174.604179},
doi = {10.1145/604174.604179},
acmid = {604179},
publisher = {ACM},
address = {New York, NY, USA},
keywords = {generic programming, rank-2 types, traversal, type cast},
}
@article{monadification,
title={{Monadification of functional programs}},
author={Erwig, Martin and Ren, Deling},
journal={Science of Computer Programming},
volume={52},
number={1},
pages={101--129},
year={2004},
publisher={Elsevier}
},
@inproceedings{erlangTidier,
title={{Automatic refactoring of Erlang programs}},
author={Sagonas, Konstantinos and Avgerinos, Thanassis},
booktitle={Proceedings of the 11th ACM SIGPLAN conference on Principles and practice of declarative programming},
pages={13--24},
year={2009},
organization={ACM}
},
@misc{sybDocs,
title={{The syb package}},
howpublished={\url{http://hackage.haskell.org/package/syb-0.4.1}},
note = {Accessed: 2014-02-13},
year = {2014},
key = {SYB Package}
},
@misc{hlint,
title= {{HLint}},
howpublished={\url{http://community.haskell.org/~ndm/hlint/}},
note = {Accessed: 2014-05-2014},
year = {2014},
author = {Neil Mitchell}
},
@inproceedings{hermit,
author = {Andrew Farmer and Andy Gill and Ed Komp and Neil Sculthorpe},
title = {{The {HERMIT} in the Machine: A Plugin for the Interactive Transformation of {GHC} Core Language Programs}},
booktitle = {Proceedings of the ACM SIGPLAN Haskell Symposium},
series = {Haskell '12},
year = {2012},
isbn = {978-1-4503-1574-6},
location = {Copenhagen, Denmark},
pages = {1--12},
url = {http://doi.acm.org/10.1145/2364506.2364508},
xurl = {http://www.ittc.ku.edu/csdl/fpg/files/Farmer-12-HERMITinMachine.pdf},
doi = {10.1145/2364506.2364508},
acmid = {2364508},
publisher = {ACM},
keywords = {{DSL}s, equational reasoning, {GHC}, optimization, strategic programming},
}
@misc{refactErlWiki,
title={{Refactoring Steps}},
howpublished = {\url{http://pnyf.inf.elte.hu/trac/refactorerl/wiki/RefactoringSteps}},
note = {Accessed: 2014-05-20},
year = {2012},
key = {RefactErlRefactoringSteps}
},
@incollection{ghcDesign,
author = {Simon Marlow and {Peyton Jones}, Simon},
title = {{The Architecture of Open Source Applications. Volume II: Structure, Scale, and a Few More Fearless Hacks}},
editor = {Amy Brown and Greg Wilson},
year = {2012},
journal={Ebook, May},
chapter = {{The Glasgow Haskell Compiler}}
},
@misc{ghcMonad,
title={{GhcMonad}},
howpublished={\url{http://www.haskell.org/ghc/docs/7.2.1/html/libraries/ghc-7.2.1/GhcMonad.html}},
note = {Accessed: 2014-02-13},
year = {2014},
key = {GHC Monad}
},
@MISC{bagDefinition,
title={{The `bag' type}},
howpublished={\url{http://www.haskell.org/ghc/docs/2.10/users_guide/user_112.html}},
note = {Accessed: 2014-05-18},
year = {1997},
key = {BagType}
},
@misc{ghcSybUtils,
title={{GHC.SYB.Utils}},
howpublished={\url{http://hackage.haskell.org/package/ghc-syb-utils-0.2.1.2/docs/GHC-SYB-Utils.html}},
note = {Accessed : 2014-02-25},
year = {2014},
key = {GHC SYB Utils}
},
@misc{haskellWikiGenerics,
title={{Generics}},
howpublished={\url{http://www.haskell.org/haskellwiki/Generics}},
note = {Accessed : 2014-05-15},
year = {2012},
key = {Generics},
author={HaskellWiki}
},
@misc{wikiIntro,
title = {{Introduction}},
howpublished={\url{http://www.haskell.org/haskellwiki/Introduction}},
note = {Accessed : 2014-05-19},
year = {2013},
key = {introduction},
author={HaskellWiki}
},
@misc{ghcApi,
title={{ghc-7.10.3: The GHC API}},
howPublished={\url{https://downloads.haskell.org/~ghc/7.10.3/docs/html/libraries/ghc/}},
note={Accessed : 2017-08-21},
year={2016},
key = {GHC API}
},
@misc{hssynWiki,
title= {{The HsSyn types}},
howpublished={\url{https://ghc.haskell.org/trac/ghc/wiki/Commentary/Compiler/HsSynType}},
note={Accessed : 2014-05-23},
year={2014},
key={HsSynTypes}
},
@inproceedings{uniplate,
author = {Mitchell, Neil and Runciman, Colin},
title = {{Uniform Boilerplate and List Processing}},
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 = {49--60},
numpages = {12},
url = {http://doi.acm.org/10.1145/1291201.1291208},
doi = {10.1145/1291201.1291208},
acmid = {1291208},
publisher = {ACM},
address = {New York, NY, USA},
},
@article{comparingGenerics,
title={{Comparing libraries for generic programming in Haskell}},
author={Rodriguez, Alexey and Jeuring, Johan and Jansson, Patrik and Gerdes, Alex and Kiselyov, Oleg and Oliveira, Bruno C d S},
journal={ACM Sigplan Notices},
volume={44},
number={2},
pages={111--122},
year={2009},
publisher={ACM}
},
@misc{refacWebsite,
title={{Refactoring Functional Programs}},
howPublished={\url{http://www.cs.kent.ac.uk/projects/refactor-fp/}},
note={Accessed : 2014-05-13},
year={2010},
key = {Refactoring Functional Programs},
author={Thompson, Simon and Li, Huiqing and Reinke, Clause and Brown, Christopher}
},
@MISC{brownTypes,
author = {Christopher Brown},
title = {{Towards Type Based Refactorings}},
year = {2006}
},
@MISC{ghcUtils,
title = {{The ghc-syb-utils package}},
howPublished={\url{http://hackage.haskell.org/package/ghc-syb-utils}},
note={Accessed : 2014-05-13},
year={2013},
key={ghc-syb-utils}
},
@MISC{ghcHackage,
title = {{ghc-7.10.3: The GHC API}},
howPublished={\url{https://downloads.haskell.org/~ghc/7.10.3/docs/html/libraries/ghc/}},
note = {Accessed : 5-April-2017},
year = {2015},
key = {GHCAPI}
},
@misc{applicativeProposal,
title = {{Haskell 2014: `Applicative => Monad` proposal (AMP)}},
howpublished = {\url{https://github.com/quchen/articles/blob/master/applicative_monad.md}},
note = {Accessed : 2014-05-21},
year = {2014},
author = {David Luposchainsky}
},
@misc{wikibooksCPS,
title={{Haskell/Continuation passing style}},
howpublished={\url{http://en.wikibooks.org/wiki/Haskell/Continuation_passing_style}},
note = {Accessed : 2014-05-21},
year={2014},
key={ContinuationPassingStyle},
author={Wikibooks}
},
@misc{wikibooksTypeclass,
title={{Haskell/Classes and types}},
howpublished={\url{https://en.wikibooks.org/wiki/Haskell/Classes_and_types}},
note = {Accessed : 2017-07-14},
year={2017},
author={Wikibooks}
},
@misc{cpsBlog,
title={{CPS is great! CPS is terrible!}},
howpublished={\url{http://www.serpentine.com/blog/2011/02/25/cps-is-great-cps-is-terrible/}},
note = {Accessed : 2014-05-22},
year = {2011},
author={Bryan O'Sullivan}
},
@book{progLangConcepts,
title={{Programming Language Concepts}},
author={Sestoft, Peter},
volume={50},
year={2012},
publisher={Springer}
},
@misc{ampWiki,
title = {{Functor-Applicative-Monad Proposal}},
howpublished={\url{http://www.haskell.org/haskellwiki/Functor-Applicative-Monad_Proposal}},
note = {Accessed : 2014-05-22},
year = {2014},
key={AMP},
author={HaskellWiki}
},
@misc{clausMonadResponse,
title = {{Type-Directed Monadification}},
howpublished={\url{http://community.haskell.org/~claus/talks/}},
note = {Accessed : 2014-05-19},
year={2005},
author = {Claus Renke}
},
@misc{monadSurvey,
title = {{Monadification as a refactoring}},
howpublished={\url{http://www.cs.kent.ac.uk/projects/refactor-fp/Monadification.html}},
author={Claus Reinke and Simon Thompson and Huiqing Li and Martin Erwig and Deling Ren},
note = {Accessed : 2014-05-19},
year={2005},
key = {Monadification Refactoring}
},
@conference{formalisationRefac,
author = {Huiqing Li and Simon Thompson},
title = {{Formalisation of Haskell Refactorings}},
month = {September},
year = {2005},
pages = {182-196},
keywords = {determinacy analysis, Craig interpolants},
note = {},
doi = {},
url = {http://www.cs.kent.ac.uk/pubs/2005/2250},
publication_type = {conference},
submission_id = {1857_1127662259},
booktitle = {Trends in Functional Programming},
editor = {Marko van Eekelen and Kevin Hammond},
refereed = {Yes},
},
@article{hareApi,
author = {Li, Huiqing and Thompson, Simon and Reinke, Claus},
title = {{The Haskell Refactorer, HaRe, and Its API}},
journal = {Electronic Notes in Theoretical Computer Science},
issue_date = {December, 2005},
volume = {141},
number = {4},
month = dec,
year = {2005},
issn = {1571-0661},
pages = {29--34},
numpages = {6},
url = {http://dx.doi.org/10.1016/j.entcs.2005.02.053},
doi = {10.1016/j.entcs.2005.02.053},
acmid = {1705659},
publisher = {Elsevier Science Publishers B. V.},
address = {Amsterdam, The Netherlands, The Netherlands},
keywords = {HaRe, Haskell, Programatica, Strafunski, layout preservation, program transformation API, refactoring, source code, strategic programming},
},
@inproceedings{haskellClones,
author = {Brown, Christopher and Thompson, Simon},
title = {{Clone Detection and Elimination for Haskell}},
booktitle = {Proceedings of the 2010 ACM SIGPLAN Workshop on Partial Evaluation and Program Manipulation},
series = {PEPM '10},
year = {2010},
isbn = {978-1-60558-727-1},
location = {Madrid, Spain},
pages = {111--120},
numpages = {10},
url = {http://doi.acm.org/10.1145/1706356.1706378},
doi = {10.1145/1706356.1706378},
acmid = {1706378},
publisher = {ACM},
address = {New York, NY, USA},
keywords = {duplicated code, generalisation, hare, haskell, program analysis, program transformation, refactoring},
} ,
@techreport{portingHare,
author = {Chris Ryder and Simon Thompson},
title = {{Porting HaRe to the GHC API}},
month = {October},
year = {2005},
pages = {182-196},
keywords = {determinacy analysis, Craig interpolants},
note = {},
doi = {},
url = {http://www.cs.kent.ac.uk/pubs/2005/2266},
publication_type = {techreport},
submission_id = {6328_1130316727},
number = {8-05},
address = {University of Kent, Canterbury, Kent, UK},
institution = {University of Kent, Computing Laboratory},
},
@article{hughesList,
title={{A novel representation of lists and its application to the function "reverse"}},
author={Hughes, RJMM},
journal={Information processing letters},
volume={22},
number={3},
pages={141--144},
year={1986},
publisher={Elsevier}
},
@book{realWorldHaskell,
author = {O'Sullivan, Bryan and Goerzen, John and Stewart, Don},
title = {{Real World Haskell}},
year = {2008},
isbn = {0596514980, 9780596514983},
edition = {1st},
publisher = {O'Reilly Media, Inc.},
},
@inproceedings{toolSupport,
author = {Li, Huiqing and Reinke, Claus and Thompson, Simon},
title = {{Tool Support for Refactoring Functional Programs}},
booktitle = {Proceedings of the 2003 ACM SIGPLAN Workshop on Haskell},
series = {Haskell '03},
year = {2003},
isbn = {1-58113-758-3},
location = {Uppsala, Sweden},
pages = {27--38},
numpages = {12},
url = {http://doi.acm.org/10.1145/871895.871899},
doi = {10.1145/871895.871899},
acmid = {871899},
publisher = {ACM},
address = {New York, NY, USA},
keywords = {Haskell, language-aware programming environments, program transformation, refactoring, semantic editors},
},
@inproceedings{monoidsTokens,
title={{Monoids: theme and variations (functional pearl)}},
author={Yorgey, Brent A},
booktitle={ACM SIGPLAN Notices},
volume={47},
number={12},
pages={105--116},
year={2012},
organization={ACM}
},
@book{compilingContinuations,
author = {Appel, Andrew W.},
title = {{Compiling with Continuations}},
year = {1992},
isbn = {0-521-41695-7},
publisher = {Cambridge University Press},
address = {New York, NY, USA},
},
@incollection{lazinessByNeed,
title={{Laziness by need}},
author={Chang, Stephen},
booktitle={Programming Languages and Systems},
pages={81--100},
year={2013},
publisher={Springer}
},
@inproceedings{setAnalysis,
author = {Flanagan, Cormac and Felleisen, Matthias},
title = {{Componential Set-based Analysis}},
booktitle = {Proceedings of the ACM SIGPLAN 1997 Conference on Programming Language Design and Implementation},
series = {PLDI '97},
year = {1997},
isbn = {0-89791-907-6},
location = {Las Vegas, Nevada, USA},
pages = {235--248},
numpages = {14},
url = {http://doi.acm.org/10.1145/258915.258937},
doi = {10.1145/258915.258937},
acmid = {258937},
publisher = {ACM},
address = {New York, NY, USA},
},
@incollection{stratego,
title={{Program transformation with Stratego/XT}},
author={Visser, Eelco},
booktitle={Domain-Specific Program Generation},
pages={216--238},
year={2004},
publisher={Springer}
},
@article{visserSurvey,
title={{A survey of strategies in rule-based program transformation systems}},
author={Visser, Eelco},
journal={Journal of Symbolic Computation},
volume={40},
number={1},
pages={831--873},
year={2005},
publisher={Academic Press, Inc.}
},
@article{transformationIntro,
author = {Pettorossi, Alberto and Proietti, Maurizio},
title = {{Rules and Strategies for Transforming Functional and Logic Programs}},
journal = {ACM Comput. Surv.},
issue_date = {June 1996},
volume = {28},
number = {2},
month = jun,
year = {1996},
issn = {0360-0300},
pages = {360--414},
numpages = {55},
url = {http://doi.acm.org/10.1145/234528.234529},
doi = {10.1145/234528.234529},
acmid = {234529},
publisher = {ACM},
address = {New York, NY, USA},
keywords = {program derivation, program improvement, transformation rules, transformation strategies},
},
@book{haskellCraft,
title={Haskell: the craft of functional programming},
author={Thompson, Simon},
volume={2},
year={2011},
publisher={Addison-Wesley}
},
@inproceedings{userRefacs,
author = {Huiqing Li and Simon Thompson},
title = {Let's {M}ake {R}efactoring {T}ools {U}ser-extensible!},
month = {June},
year = {2012},
pages = {32-39},
keywords = {Refactoring, API, DSL, Wrangler},
note = {},
doi = {10.1145/2328876.2328881},
url = {http://www.cs.kent.ac.uk/pubs/2012/3218},
publication_type = {inproceedings},
submission_id = {26927_1339054469},
ISBN = {978-1-4503-1500-5},
booktitle = {The Fifth ACM Workshop on Refactoring Tools},
editor = {Peter Sommerlad},
refereed = {yes},
externalurl = {Available from ACM Digital Library},
},
@phdthesis{brownThesis,
title={{Tool support for refactoring haskell programs}},
author={Brown, Christopher Mark},
year={2008},
school = {University of Kent}
},
@Misc{hareCurrent,
author = {Refactoring Tools},
title = {{HaRe : The Haskell Refactorer}},
howpublished = {\url{https://github.com/RefactoringTools/HaRe}},
note = "[Online; accessed 16-June-2018]",
year = {2017}
},
@Misc{strafunskiGit,
author = {Koppel, James and Zimmerman Alan},
title = {{Strafunski-StrategyLib}},
howpublished = {\url{https://github.com/jkoppel/Strafunski-StrategyLib}},
note = "[Online; accessed 16-June-2018]",
year = {2018}
},
@inproceedings{wrangler,
title={{Refactoring erlang programs}},
author={Li, Huiqing and Thompson, Simon and L{\"o}vei, L{\'a}szl{\'o} and Horv{\'a}th, Zolt{\'a}n and Kozsik, Tam{\'a}s and V{\i}g, Anik{\'o} and Nagy, Tam{\'a}s},
booktitle={The Proceedings of 12th International Erlang/OTP User Conference, Stockholm, Sweden},
year={2006}
},
@misc{erlang,
title = {{Erlang}},
howpublished = "\url{http://www.erlang.org/}",
year = {2015},
note = "[Online; accessed 13-April-2015]"
},
@inproceedings{letsUser,
title={{Let's make refactoring tools user-extensible!}},
author={Li, Huiqing and Thompson, Simon},
booktitle={Proceedings of the Fifth Workshop on Refactoring Tools},
pages={32--39},
year={2012},
organization={ACM}
},
@inproceedings{quasi,
title={{Why it's nice to be quoted: quasiquoting for haskell}},
author={Mainland, Geoffrey},
booktitle={Proceedings of the ACM SIGPLAN workshop on Haskell workshop},
pages={73--82},
year={2007},
organization={ACM}
},
@inproceedings{templateHaskell,
title={{Template meta-programming for Haskell}},
author={Sheard, Tim and Jones, Simon Peyton},
booktitle={Proceedings of the 2002 ACM SIGPLAN workshop on Haskell},
pages={1--16},
year={2002},
organization={ACM}
},
@article{arrowsAndIdioms,
title={{Idioms are oblivious, arrows are meticulous, monads are promiscuous}},
author={Lindley, Sam and Wadler, Philip and Yallop, Jeremy},
journal={Electronic Notes in Theoretical Computer Science},
volume={229},
number={5},
pages={97--117},
year={2011},
publisher={Elsevier}
},
@article{mcbrideIdioms,
author = {McBride, Conor and Paterson, Ross},
title = {{Applicative Programming with Effects}},
journal = {J. Funct. Program.},
issue_date = {January 2008},
volume = {18},
number = {1},
month = jan,
year = {2008},
issn = {0956-7968},
pages = {1--13},
numpages = {13},
url = {http://dx.doi.org/10.1017/S0956796807006326},
doi = {10.1017/S0956796807006326},
acmid = {1348941},
publisher = {Cambridge University Press},
address = {New York, NY, USA},
},
@Misc{githubAMP,
author = {David Luposchainsky},
title = {{Haskell 2014: Applicative => Monad proposal (AMP)}},
howpublished = {\url{https://github.com/quchen/articles/blob/master/applicative_monad.md}},
year = {2015},
note = "[Online; accessed 20-June-2016]"
},
@Misc{ghc7.10Release,
author = {GHC},
title = {{1.5. Release notes for version 7.10.1}},
howpublished = {\url{https://downloads.haskell.org/~ghc/7.10.1/docs/html/users_guide/release-7-10-1.html}},
year = {2015},
note = "[Online; accessed 20-June-2016]"
},
@Misc{control.applicative,
author = {Conor McBride and Ross Paterson},
title = {{Control.Applicative}},
howpublished = {\url{https://hackage.haskell.org/package/base-4.9.0.0/docs/Control-Applicative.html}},
year = {2016},
subtype = {program},
note = "[Online; accessed 20-June-2016]"
},
@Misc{parsec,
author = {Daan Leijen and Paolo Martini},
title = {{Parsec: Monadic parser combinators}},
howpublished = {\url{https://hackage.haskell.org/package/parsec}},
year = {2006},
keywords = {Haskell, Parsing},
subtype = {program},
note = "[Online; accessed 20-June-2016]"
},
@Misc{identityMonad,
author = {Andy Gill and Jeff Newbern and Andriy Palamarchuk},
title = {{Control.Monad.Identity}},
howpublished = {\url{https://hackage.haskell.org/package/mtl-2.2.1/docs/Control-Monad-Identity.html}},
year = {2016},
subtype = {program},
note = "[Online; accessed 20-June-2016]"
},
@article{genMonadsArrows,
title={{Generalising Monads to Arrows}},
author={Hughes, John},
journal={Science of computer programming},
volume={37},
number={1},
pages={67--111},
year={2000},
publisher={Elsevier}
},
@Misc{appContextSens,
author = {Brent Yorgey},
title = {{Parsing context-sensitive languages with Applicative}},
howpublished = {\url{https://byorgey.wordpress.com/2012/01/05/parsing-context-sensitive-languages-with-applicative/}},
year = {2012},
note = "[Online; accessed 21-June-2016]"
},
@Misc{yesod,
author = {Michael Snoyman},
title = {{yesod-core}},
howpublished = {\url{https://www.stackage.org/package/yesod-core/}},
year = {2016},
note = "[Online; accessed 21-June-2016]"
},
@book{yesodBook,
title={Developing web applications with Haskell and Yesod},
author={Snoyman, Michael},
year={2012},
publisher={O'Reilly Media, Inc.}
},
@Misc{jsonParser,
author = {Stephen Adams},
title = {{GenApplicative}},
howpublished = {\url{https://bitbucket.org/sadams601/lhsnotes/src/262bdc8a49a587af52963fb436e3a3d97b80792f/genApplicative.lhs?at=master&fileviewer=file-view-default}},
year = {2016},
subtype = {program},
note = "[Online; accessed 21-June-2016]"
},
@Misc{moneyParse,
author = {Stephen Adams},
title = {{MoneyParser}},
howpublished = {\url{https://bitbucket.org/sadams601/lhsnotes/src/262bdc8a49a587af52963fb436e3a3d97b80792f/moneyParser.lhs?at=master&fileviewer=file-view-default}},
subtype = {program},
year = {2016},
note = "[Online; accessed 21-June-2016]"
},
@Misc{soApp,
author = {Conor McBride},
title = {{Applicatives compose, monads don't}},
howpublished = {\url{http://stackoverflow.com/a/7042674/1245646}},
subtype = {program},
year = {2011},
note = "[Online; accessed 21-June-2016]"
},
@book{efficientParsing,
title={Garbage collection, and memory efficiency, in lazy functional languages},
author={R{\"o}jemo, Niklas},
year={1995},
publisher={Chalmers University of Technology},
chapter={{Efficient Parsing Combinators}}
}
@Misc{refactoringWebsite,
author = {Martin Fowler},
title = {{Refactoring}},
howpublished = {\url{http://www.refactoring.com}},
year = {2016},
note = "[Online; accessed 20-July-2016]"
},
@article{refactoringBrowser,
title={{A refactoring tool for Smalltalk}},
author={Roberts, Don and Brant, John and Johnson, Ralph},
journal={Urbana},
volume={51},
pages={61801},
year={1997}
},
@misc{haskellWikiMonad,
title={{Monad class}},
howpublished={\url{http://wiki.haskell.org/Monad}},
note = {Accessed : 2016-07-25},
year = {2015},
key = {Monad},
author={HaskellWiki}
},
@inproceedings{applicativeDo,
author = {Marlow, Simon and Peyton Jones, Simon and Kmett, Edward and Mokhov, Andrey},
title = {{Desugaring Haskell's Do-notation into Applicative Operations}},
booktitle = {Proceedings of the 9th International Symposium on Haskell},
series = {Haskell 2016},
year = {2016},
isbn = {978-1-4503-4434-0},
location = {Nara, Japan},
pages = {92--104},
numpages = {13},
url = {http://doi.acm.org/10.1145/2976002.2976007},
doi = {10.1145/2976002.2976007},
acmid = {2976007},
publisher = {ACM},
address = {New York, NY, USA},
keywords = {Applicative Functors, Monads, concurrency, parallelism},
},
@inproceedings{haxl,
author = {Marlow, Simon and Brandy, Louis and Coens, Jonathan and Purdy, Jon},
title = {There is No Fork: An Abstraction for Efficient, Concurrent, and Concise Data Access},
booktitle = {Proceedings of the 19th ACM SIGPLAN International Conference on Functional Programming},
series = {ICFP '14},
year = {2014},
isbn = {978-1-4503-2873-9},
location = {Gothenburg, Sweden},
pages = {325--337},
numpages = {13},
url = {http://doi.acm.org/10.1145/2628136.2628144},
doi = {10.1145/2628136.2628144},
acmid = {2628144},
publisher = {ACM},
address = {New York, NY, USA},
keywords = {applicative, concurrency, data-fetching, distributed, haskell, monad},
},
@misc{hackage,
author = {GHC},
title = {{Welcome to Hackage!}},
howpublished = "\url{https://hackage.haskell.org/}",
year = {2016},
note = "[Online; accessed 21-November-2016]"
},
@techreport{wranglerDomain,
title={{A Domain-Specific Language for Scripting Refactoring In Erlang}},
author={Li, Huiqing and Thompson, Simon},
year={2011},
institution={Technical Report 5-11, School of Computing, Univ}
},
@misc{exactprint,
author = {Alan Zimmerman and Matthew Pickering},
title = {{ghc-exactprint}},
howpublished = "\url{https://github.com/alanz/ghc-exactprint/}",
year = {2016},
note = "[Online; accessed 23-November-2016]"
},
@misc{exactprintNotes,
author = {Alan Zimmerman},
title = {{ghc-exactprint Principles}},
howpublished = "\url{https://github.com/alanz/ghc-exactprint/blob/master/NOTES.md}",
year = {2015},
note = "[Online; accessed 23-November-2016]"
},
@misc{ghcMod,
author = {Daniel Gr{\"o}ber},
title = {{The ghc-mod package}},
howpublished = "\url{http://hackage.haskell.org/package/ghc-mod}",
year = {2017},
note = "[Online; accessed 25-June-2017]"
},
@misc{cabal,
author = {Isaac Jones and Duncan Coutts},
title = {{The Cabal package}},
howpublished = "\url{http://hackage.haskell.org/package/Cabal}",
year = {2016},
note = "[Online; accessed 23-November-2016]"
},
@misc{stack,
title = {{The Haskell Tool Stack}},
author = {{Stack contributors}},
year = {2017},
howpublished = "\url{https://docs.haskellstack.org/en/stable/README/}",
note = "[Online; accessed 24-June-2017]"
},
@inproceedings{errParsers,
Author = {Swierstra, S. D. and Duponcheel, L.},
Booktitle = {Advanced Functional Programming},
Date-Added = {2009-01-04 17:21:54 +0100},
Date-Modified = {2009-01-04 17:21:54 +0100},
Editor = {Launchbury, John and Meijer, Erik and Sheard, Tim},
Pages = {184-207},
Publisher = {Springer-Verlag},
Series = {LNCS-Tutorial},
Title = {{Deterministic, Error-Correcting Combinator Parsers}},
Urlpdf = {http://www.cs.uu.nl/people/doaitse/Papers/1996/DetErrCorrComPars.pdf},
Volume = {1129},
Year = {1996}},
@misc{htmlTok,
author = {Nikita Volkov},
title = {{html-tokenizer: An "attoparsec"-based HTML tokenizer}},
howpublished = "\url{http://hackage.haskell.org/package/html-tokenizer}",
year = {2016},
note = "[Online; accessed 25-November-2016]"
},
@misc{piForall,
author = {Stephanie Weirich},
title = {{Pi-Forall language}},
howpublished = "\url{https://github.com/sweirich/pi-forall}",
year = {2016},
note = "[Online; accessed 25-November-2016]"
},
@inproceedings{programaticaTools,
author = {Hallgren, Thomas},
title = {Haskell Tools from the Programatica Project},
booktitle = {Proceedings of the 2003 ACM SIGPLAN Workshop on Haskell},
series = {Haskell '03},
year = {2003},
isbn = {1-58113-758-3},
location = {Uppsala, Sweden},
pages = {103--106},
numpages = {4},
url = {http://doi.acm.org/10.1145/871895.871907},
doi = {10.1145/871895.871907},
acmid = {871907},
publisher = {ACM},
address = {New York, NY, USA},
keywords = {Haskell},
},
@article{haskell2010,
title={Haskell 2010 language report},
author={Marlow, Simon and others},
journal={Available online \url{http://www. haskell. org/(May 2011)}},
year=2010
},
@misc{apiAnns,
author = {Alan Zimmerman},
title = {{This is a decription of the API Annotations introduced with GHC 7.10 RC2}},
howpublished = "\url{https://ghc.haskell.org/trac/ghc/wiki/ApiAnnotations}",
year = {2015},
note = "[Online; accessed 04-April-2017]"
},
@misc{langExts,
title = {{Language extensions}},
howpublished = "\url{https://wiki.haskell.org/Language_extensions}",
year = {2017},
note = "[Online; accessed 27-May-2017]",
author={HaskellWiki}
},
@article{datatypeTransformation,
title={A framework for datatype transformation},
author={Kort, Jan and L{\"a}mmel, Ralf},
journal={Electronic Notes in Theoretical Computer Science},
volume={82},
number={3},
pages={463--482},
year={2003},
publisher={Elsevier}
},
@phdthesis{programRestructuring,
author = {Griswold, William G.},
title = {Program Restructuring As an Aid to Software Maintenance},
year = {1992},
note = {UMI Order No. GAX92-03258},
publisher = {University of Washington},
address = {Seattle, WA, USA},
},
@phdthesis{refactOOFrameworks,
author = {Opdyke, William F.},
title = {Refactoring Object-oriented Frameworks},
year = {1992},
note = {UMI Order No. GAX93-05645},
publisher = {University of Illinois at Urbana-Champaign},
address = {Champaign, IL, USA},
},
@misc{typeclassopedia,
title = {{Typeclassopedia}},
howpublished = "\url{https://wiki.haskell.org/Typeclassopedia}",
year = {2009},
note = "[Online; accessed 13-July-2017]",
author={Yorgey, Brent}
},
@article{agileManifesto,
title={The Agile Manifesto},
author={Fowler, Martin and Highsmith, Jim},
journal={Software Development},
volume={9},
number={8},
pages={28--35},
year={2001},
publisher={[San Francisco, CA: Miller Freeman, Inc., 1993-}
},
@misc{dlist,
title = {{The dlist package}},
howpublished = "\url{https://hackage.haskell.org/package/dlist}",
year = {2017},
note = "[Online; accessed 19-July-2017]",
author={Stewart, Don and Leather, Sean}
},
@incollection{wadlerTools,
title={How enterprises use functional languages, and why they don't},
author={Wadler, Philip},
booktitle={The Logic Programming Paradigm},
pages={209--227},
year={1999},
publisher={Springer}
},
@misc{haskellTools,
title = {{Haskell Tools}},
howpublished = "\url{http://haskelltools.org/}",
year = {2017},
note = "[Online; accessed 01-August-2017]",
author={Haskell-tools}
},
@misc{haskellToolsGit,
title = {{haskell-tools Github}},
howpublished = "\url{https://github.com/haskell-tools/}",
year = {2017},
note = "[Online; accessed 01-August-2017]",
author={Haskell-tools}
},
@inproceedings{rotor,
title={ROTOR: First Steps Towards a Refactoring Tool for OCaml},
author={Rowe, Reuben N. S. and Thompson, Simon J.},
booktitle={OCaml Users and Developers Workshop 2017},
year={2017}
},
@misc{ides,
title = {{Most Popular Desktop IDEs \& Code Editors in 2014}},
howpublished = "\url{https://blog.codeanywhere.com/most-popular-ides-code-editors/}",
year = {2014},
note = "[Online; accessed 01-August-2017]",
author={Burazin, Ivan}
},
@inproceedings{endUsers,
title={Estimating the numbers of end users and end user programmers},
author={Scaffidi, Christopher and Shaw, Mary and Myers, Brad},
booktitle={Visual Languages and Human-Centric Computing, 2005 IEEE Symposium on},
pages={207--214},
year={2005},
organization={IEEE}
},
@inproceedings{bumblebee,
author = {Hermans, Felienne and Dig, Danny},
title = {BumbleBee: A Refactoring Environment for Spreadsheet Formulas},
booktitle = {Proceedings of the 22Nd ACM SIGSOFT International Symposium on Foundations of Software Engineering},
series = {FSE 2014},