-
Notifications
You must be signed in to change notification settings - Fork 27
/
literature.bib
3896 lines (3428 loc) · 111 KB
/
literature.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
@inproceedings{res-dsl-padl12,
title = {Resource-safe Systems Programming with Embedded
Domain Specific Languages},
year = 2012,
booktitle = {Practical Applications of Declarative Languages
2012},
author = {Edwin Brady and Kevin Hammond},
series = {LNCS},
publisher = {Springer},
note = {To appear}
}
@article{lambdapi,
author = {Andres L\"{o}h and Conor McBride and Wouter
Swierstra},
title = {A tutorial implementation of a dependently typed
lambda calculus},
year = 2010,
journal = {Fundamenta Informaticae},
volume = 102,
number = 2
}
@article{idioms,
author = {McBride, Conor and Paterson, Ross},
title = {Applicative programming with effects},
journal = {J. Funct. Program.},
volume = 18,
issue = 1,
month = {January},
year = 2008,
issn = {0956-7968},
pages = {1--13},
numpages = 13,
url =
{http://portal.acm.org/citation.cfm?id=1348940.1348941},
doi = {10.1017/S0956796807006326},
acmid = 1348941,
publisher = {Cambridge University Press},
address = {New York, NY, USA},
}
@inproceedings{lava,
author = {Bjesse, Per and Claessen, Koen and Sheeran, Mary and
Singh, Satnam},
title = {Lava: hardware design in {Haskell}},
booktitle = {Proceedings of the third ACM SIGPLAN international
conference on Functional programming},
series = {ICFP '98},
year = 1998,
isbn = {1-58113-024-4},
location = {Baltimore, Maryland, United States},
pages = {174--184},
numpages = 11,
url = {http://doi.acm.org/10.1145/289423.289440},
doi = {10.1145/289423.289440},
acmid = 289440,
publisher = ACM,
address = {New York, NY, USA},
}
@inproceedings{plpv11,
author = {Edwin Brady},
title = {Idris --- Systems programming meets full dependent
types},
booktitle = {Programming Languages meets Program Verification
{(PLPV 2011)}},
year = 2011,
pages = {43--54},
ee = {http://doi.acm.org/10.1145/1929529.1929536},
bibsource = {DBLP, http://dblp.uni-trier.de}
}
@inproceedings{epic-tfp,
author = {Edwin Brady},
title = {Epic --- a library for generating compilers},
year = 2011,
booktitle = {{Trends in Functional Programming} ({TFP} '11)},
note = {To appear}
}
@inproceedings{ynot08,
author = {Nanevski,, Aleksandar and Morrisett,, Greg and
Shinnar,, Avraham and Govereau,, Paul and Birkedal,,
Lars},
title = {Ynot: reasoning with the awkward squad},
booktitle = {{ICFP} '08: Proceeding of the 13th {ACM SIGPLAN}
international conference on Functional programming},
year = 2008,
isbn = {978-1-59593-919-7},
pages = {229--240},
location = {Victoria, BC, Canada},
doi = {http://doi.acm.org/10.1145/1411204.1411237},
publisher = acm,
address = {New York, NY, USA},
}
@article{cbconc-fi,
author = {Edwin Brady and Kevin Hammond},
title = {Correct-by-Construction Concurrency: Using Dependent
Types to Verify Implementations of Effectful
Resource Usage Protocols},
year = 2010,
journal = {Fundamenta Informaticae},
volume = 102,
number = 2,
pages = {145--176}
}
@inproceedings{devil-osdi00,
author = {Fabrice M{\'e}rillon and Laurent R{\'e}veill{\`e}re
and Charles Consel and Renaud Marlet and Gilles
Muller},
title = {Devil: An IDL for Hardware Programming},
booktitle = {4th USENIX Symposium on Operating Systems Design and
Implementation (OSDI 2000)},
year = 2000
}
@INPROCEEDINGS{device-osdi08,
author = {Dan Williams and Patrick Reynolds and Kevin Walsh
and Emin Gün Sirer and Fred B. Schneider},
title = {Device driver safety through a reference validation
mechanism},
booktitle = {8th USENIX Symposium on Operating Systems Design and
Implementation (OSDI 2008)},
year = 2008
}
@inproceedings{sozeau-equations,
author = {Matthieu Sozeau},
title = {Equations: A Dependent Pattern-Matching Compiler},
booktitle = {First International Conference on Interactive
Theorem Proving (ITP 2010)},
year = 2010,
pages = {419--434},
url = {http://dx.doi.org/10.1007/978-3-642-14052-5_29},
crossref = {DBLP:conf/itp/2010},
bibsource = {DBLP, http://dblp.uni-trier.de}
}
@inproceedings{packet-type,
author = "Peter J. McCann and Satish Chandra",
title = "Packet Types: Abstract Specification of Network
Protocol Messages",
year = 2000,
booktitle = "SIGCOMM '00",
publisher = {acm}
}
@inproceedings{qs-types,
author = {Eelis {van der Weegen} and James McKinna},
title = {A Machine-checked Proof of the Average-case
Complexity of Quicksort in Coq},
year = {2009},
pages = {256--271},
series = {Lecture Notes in Computer Science},
publisher = {Springer}
}
@inproceedings{totalparser,
author = {Nils Anders Danielsson},
title = {Total Parser Combinators},
booktitle = {{ICFP} '10: Proceedings of the 15th acm {SIGPLAN}
International Conference on Functional Programming},
year = 2010,
isbn = {978-1-60558-794-3},
pages = {285--296},
location = {Baltimore, Maryland, USA},
doi = {10.1145/1863543.1863587},
publisher = {acm},
address = {New York, NY, USA},
}
@misc{rfc791,
author = "J. Postel",
title = "{Internet Protocol}",
series = "Request for Comments",
number = 791,
howpublished = "RFC 791 (Standard)",
publisher = "IETF",
organization = "Internet Engineering Task Force",
year = 1981,
month = sep,
note = "Updated by RFC 1349",
url = "http://www.ietf.org/rfc/rfc791.txt",
}
@misc{rfc792,
author = "J. Postel",
title = "{Internet Control Message Protocol}",
series = "Request for Comments",
number = 792,
howpublished = "RFC 792 (Standard)",
publisher = "IETF",
organization = "Internet Engineering Task Force",
year = 1981,
month = sep,
note = "Updated by RFCs 950, 4884",
url = "http://www.ietf.org/rfc/rfc792.txt",
}
@INPROCEEDINGS{Dybjer-indrec,
author = {Peter Dybjer and Anton Setzer},
title = {A Finite Axiomatization of Inductive-Recursive
Definitions},
booktitle = {Tyed Lambda Calculi and Applications},
volume = 1581,
series = {Lecture Notes in Computer Science},
year = 1998,
pages = {129--146},
publisher = {Springer}
}
@book{stevenstcpip,
author = {W. Richard Stevens},
title = {{TCP/IP} Illustrated Volume 1: The Protocols},
year = 1994,
publisher = {Addison Wesley},
isbn = {0-201-63346-9}
}
@inproceedings{coqtypeclasses,
author = {Sozeau, Matthieu and Oury, Nicolas},
title = {First-Class Type Classes},
booktitle = {TPHOLs '08: Proceedings of the 21st International
Conference on Theorem Proving in Higher Order
Logics},
year = 2008,
isbn = {978-3-540-71065-3},
pages = {278--293},
location = {Montreal, P.Q., Canada},
doi = {10.1007/978-3-540-71067-7_23},
publisher = {Springer-Verlag},
address = {Berlin, Heidelberg},
}
@inproceedings{kipling,
author = {McBride, Conor},
title = {Outrageous but meaningful coincidences: dependent
type-safe syntax and evaluation},
booktitle = {WGP '10: Proceedings of the 6th acm {SIGPLAN}
workshop on Generic programming},
year = 2010,
isbn = {978-1-4503-0251-7},
pages = {1--12},
location = {Baltimore, Maryland, USA},
doi = {10.1145/1863495.1863497},
publisher = {acm},
address = {New York, NY, USA},
}
@inproceedings{padsml,
author = {Yitzhak Mandelbaum and Kathleen Fisher and David
Walker and Mary F. Fern{\'a}ndez and Artem Gleyzer},
title = {{PADS/ML}: a functional data description language},
booktitle = {POPL '07: Proceedings of the 34th acm
{SIGPLAN}-SIGACT Symposium on Principles of
Programming Languages, POPL 2007, Nice, France,
January 17-19, 2007},
year = 2007,
pages = {77-83},
url = {http://doi.acm.org/10.1145/1190216.1190231},
crossref = {DBLP:conf/popl/2007},
bibsource = {DBLP, http://dblp.uni-trier.de}
}
@proceedings{DBLP:conf/popl/2007,
editor = {Martin Hofmann and Matthias Felleisen},
title = {Proceedings of the 34th acm {SIGPLAN}-SIGACT
Symposium on Principles of Programming Languages,
POPL 2007, Nice, France, January 17-19, 2007},
booktitle = {POPL},
publisher = {acm},
year = 2007,
isbn = {1-59593-575-4},
bibsource = {DBLP, http://dblp.uni-trier.de}
}
@inproceedings{melange,
author = {Madhavapeddy, Anil and Ho, Alex and Deegan, Tim and
Scott, David and Sohan, Ripduman},
title = {Melange: creating a "functional" internet},
booktitle = {EuroSys '07: Proceedings of the 2nd acm
SIGOPS/EuroSys European Conference on Computer
Systems 2007},
year = 2007,
isbn = {978-1-59593-636-3},
location = {Lisbon, Portugal},
doi = {http://doi.acm.org/10.1145/1272996.1273009},
publisher = {acm},
address = {New York, NY, USA},
}
@article{next700data,
author = {Fisher, Kathleen and Mandelbaum, Yitzhak and Walker,
David},
title = {The next 700 data description languages},
journal = {{SIGPLAN} Not.},
volume = 41,
number = 1,
year = 2006,
issn = {0362-1340},
pages = {2--15},
doi = {http://doi.acm.org/10.1145/1111320.1111039},
publisher = {acm},
address = {New York, NY, USA},
}
@INPROCEEDINGS{xi-ats,
author = {Hongwei Xi},
title = {{Applied Type System} (extended abstract)},
booktitle = {Types for Proofs and Programs 2003},
editor = {Stefano Berardi and Mario Coppo and Ferruccio
Damiani},
publisher = {Springer},
series = {Lecture Notes in Computer Science},
volume = 3085,
year = 2004,
pages = {394--408}
}
@inproceedings{powerpi,
author = {Nicolas Oury and Wouter Swierstra},
title = {The power of {Pi}},
booktitle = {{ICFP} '08: Proceedings of the 13th acm {SIGPLAN}
International Conference on Functional Programming,
{ICFP} 2008, Victoria, BC, Canada, September 20-28,
2008},
year = 2008,
pages = {39--50},
ee = {http://doi.acm.org/10.1145/1411204.1411213},
crossref = {DBLP:conf/ICFP/2008},
bibsource = {DBLP, http://dblp.uni-trier.de}
}
@proceedings{DBLP:conf/ICFP/2008,
editor = {James Hook and Peter Thiemann},
title = {Proceeding of the 13th acm {SIGPLAN} international
conference on Functional programming, {ICFP} 2008,
Victoria, BC, Canada, September 20-28, 2008},
booktitle = {{ICFP}},
publisher = {acm},
year = 2008,
isbn = {978-1-59593-919-7},
bibsource = {DBLP, http://dblp.uni-trier.de}
}
@inproceedings{security-types,
author = {Morgenstern, Jamie and Licata, Daniel R.},
title = {Security-typed programming within dependently typed
programming},
booktitle = {{ICFP} '10: Proceedings of the 15th acm {SIGPLAN}
International Conference on Functional Programming},
year = 2010,
isbn = {978-1-60558-794-3},
pages = {169--180},
location = {Baltimore, Maryland, USA},
doi = {10.1145/1863543.1863569},
publisher = {acm},
address = {New York, NY, USA},
}
@INPROCEEDINGS{awkward,
author = {Simon {Peyton Jones}},
title = {Tackling the awkward squad: monadic input/output, concurrency, exceptions, and foreign-language calls in {Haskell}},
booktitle = {Engineering theories of software construction},
year = 2001,
pages = {47--96}
}
@inproceedings{scrap-engine,
author = {Brady, Edwin and Hammond, Kevin},
title = {Scrapping your inefficient engine: using partial
evaluation to improve domain-specific language
implementation},
booktitle = {{ICFP} '10: Proceedings of the 15th acm {SIGPLAN}
International Conference on Functional Programming},
year = 2010,
isbn = {978-1-60558-794-3},
pages = {297--308},
location = {Baltimore, Maryland, USA},
doi = {10.1145/1863543.1863587},
publisher = {acm},
address = {New York, NY, USA},
}
@article{urweb,
author = {Chlipala, Adam},
title = {Ur: statically-typed metaprogramming with type-level
record computation},
journal = {{SIGPLAN} Not.},
volume = 45,
number = 6,
year = 2010,
issn = {0362-1340},
pages = {122--133},
doi = {10.1145/1809028.1806612},
publisher = {acm},
address = {New York, NY, USA},
}
@phdthesis{norell-thesis,
author = {Ulf Norell},
title = {Towards a practical programming language based on
dependent type theory},
school = {Chalmers University of Technology},
year = 2007,
month = {September},
}
@inproceedings{open-type,
author = {Schrijvers, Tom and Peyton Jones, Simon and
Chakravarty, Manuel and Sulzmann, Martin},
title = {Type checking with open type functions},
booktitle = {International Conf. on Functional Programming
({ICFP} 2008)},
year = {2008},
pages = {51--62},
doi = {http://doi.acm.org/10.1145/1411203.1411215},
publisher = {acm},
address = {New York, NY, USA},
}
@inproceedings{ngna-dsl,
title = {Domain Specific Languages ({DSL}s) for Network
Protocols},
author = {Saleem Bhatti and Edwin Brady and Kevin Hammond and
James McKinna},
year = 2009,
booktitle = {International Workshop on Next Generation Network
Architecture ({NGNA} 2009)}
}
@phdthesis{gill-thesis,
title = {Cheap deforestation for non-strict functional
languages},
author = {A Gill},
institution = {University of Glasgow},
month = {January},
year = 1996
}
@misc{llvm-haskell,
title = {Low Level Virtual Machine for {Glasgow Haskell
Compiler}},
author = {David Terei},
year = 2009,
howpublished = {Bachelor's Thesis, Computer Science and Engineering
Dept., The University of New South Wales, Sydney,
Australia}
}
@mastersthesis{llvm,
title = {{LLVM}: An Infrastructure for Multi-Stage
Optimization},
author = {Chris Lattner},
year = 2002,
month = {December},
institution = {Computer Science Dept., University of Illinois at
Urbana-Champaign}
}
@inproceedings{gpu-arrays,
title = {GPU Kernels as Data-Parallel Array Computations in
Haskell},
author = {Sean Lee and Manuel M. T. Chakravarty and Vinod
Grover and Gabriele Keller.},
year = 2009,
booktitle = {Workshop on Exploiting Parallelism using GPUs and
other Hardware-Assisted Methods (EPAHM 2009)}
}
@misc{cryptol,
author = {Galois, Inc.},
title = {Cryptol},
year = 2009,
howpublished = {Online]},
url = {http://cryptol.net/}
}
@inproceedings{paradise-dsl,
author = {Lennart Augustsson and Howard Mansell and Ganesh
Sittampalam},
title = {{Paradise: a two-stage DSL embedded in Haskell}},
booktitle = {International Conf. on Functional Programming
({ICFP} 2008)},
year = {2008},
publisher = {acm},
pages = {225--228}
}
@misc{dsl-bib,
author = {Arie {van Deursen} and Paul Klint and Joost Visser},
title = {Domain-Specific Languages --- an annotated
bibliography},
year = 2000,
howpublished = {Online},
url = {http://homepages.cwi.nl/~arie/papers/dslbib/}
}
@inproceedings{imperative-pe,
author = {Debois, S{\o}ren},
title = {Imperative program optimization by partial
evaluation},
booktitle = {PEPM '04: Proceedings of the 2004 acm {SIGPLAN}
symposium on Partial evaluation and semantics-based
program manipulation},
year = {2004},
isbn = {1-58113-835-0},
pages = {113--122},
location = {Verona, Italy},
doi = {http://doi.acm.org/10.1145/1014007.1014019},
publisher = {acm},
address = {New York, NY, USA},
}
@inproceedings{offline-pe-termination,
author = {Andersen, Peter Holst and Holst, Carsten Kehler},
title = {Termination Analysis for Offline Partial Evaluation
of a Higher Order Functional Language},
booktitle = {Proc. SAS '96: Intl. Symp. on Static Analysis},
year = {1996},
isbn = {3-540-61739-6},
pages = {67--82},
publisher = {Springer},
notaddress = {London, UK},
}
@inproceedings{stage-duplication,
author = {Swadi, Kedar and Taha, Walid and Kiselyov, Oleg and
Pasalic, Emir},
title = {A monadic approach for avoiding code duplication
when staging memoized functions},
notbooktitle = {PEPM '06: Proceedings of the 2006 acm {SIGPLAN}
symposium on Partial evaluation and semantics-based
program manipulation},
booktitle = {Proc. PEPM '06:acm Symp. on Partial Evaluation and
Semantics-based Program Manipulation},
year = 2006,
isbn = {1-59593-196-1},
pages = {160--169},
location = {Charleston, South Carolina},
doi = {http://doi.acm.org/10.1145/1111542.1111570},
notpublisher = {acm},
notaddress = {New York, NY, USA},
}
@inproceedings{concoqtion,
author = {Fogarty, Seth and Pasalic, Emir and Siek, Jeremy and Taha, Walid},
title = {Concoqtion: indexed types now!},
booktitle = {PEPM '07: Proceedings of the 2007 acm {SIGPLAN} symposium on Partial evaluation and semantics-based program manipulation},
year = {2007},
isbn = {978-1-59593-620-2},
pages = {112--121},
location = {Nice, France},
doi = {http://doi.acm.org/10.1145/1244381.1244400},
publisher = {acm},
address = {New York, NY, USA},
}
@inproceedings{metahaskell,
author = "Tim Sheard and Simon {Peyton Jones}",
title = "Template metaprogramming for {Haskell}",
booktitle = "acm Haskell Workshop",
year = 2002,
month = oct,
pages = "1-16",
noteditor = "Manuel M. T. Chakravarty",
notpublisher = "acm Press"
}
@misc{shark-profiler,
title = {Optimizing your application with {Shark 4}},
year = 2009,
howpublished = {\url{http://developer.apple.com/tools/sharkoptimize.html}}
}
@misc{shootout,
title = {The Computer Language Benchmark Game},
year = {2009},
howpublished = {\url{http://shootout.alioth.debian.org/}}
}
@article{futamura,
author = {Yoshihiko Futamura},
year = 1971,
title = "Partial Evaluation of Computation Process --– An Approach to a Compiler-Compiler",
journal = {Systems, Comps., Controls},
volume = 2,
number = 5,
pages = {45-–50}
}
@book{pebook,
title = {Partial Evaluation and Automatic Program Generation},
author = {N.D. Jones and C.K. Gomard and P. Sestoft},
year = 1993,
publisher = {Prentice Hall International}
}
@inproceedings{pantheon,
author = {Sean Seefried and Manuel Chakravarty and Gabriele Keller},
title = {Optimising Embedded {DSLs} using {Template Haskell}},
year = {2004},
booktitle = {{Proc. GPCE~'04: Conf. Generative Prog. and Component Eng.}},
publisher = {Springer},
series = {LNCS}
}
@article{pan,
author = {Elliott, Conal and Finne, Sigbj\orn and De Moor, Oege},
title = {Compiling embedded languages},
journal = {J. Funct. Program.},
volume = {13},
number = {3},
year = {2003},
issn = {0956-7968},
pages = {455--481},
doi = {http://dx.doi.org/10.1017/S0956796802004574},
publisher = {Cambridge University Press},
address = {New York, NY, USA},
}
@inproceedings{russell,
author = {Sozeau, Matthieu},
title = {Program-ing finger trees in Coq},
booktitle = {{ICFP} '07: Proceedings of the 12th acm {SIGPLAN} international conference on Functional programming},
year = {2007},
isbn = {978-1-59593-815-2},
pages = {13--24},
location = {Freiburg, Germany},
doi = {http://doi.acm.org/10.1145/1291151.1291156},
publisher = {acm},
address = {New York, NY, USA},
}
@inproceedings{turner-total,
author = {D. A. Turner},
title = {Elementary Strong Functional Programming},
year = 1995,
booktitle = "First International Symposium on Functional Programming Languages in Education",
publisher = {Springer},
series = {LNCS},
volume = {1022},
pages = {1--13}
}
@incollection{free-theorems,
author = "P. Wadler",
title = "Theorems for Free!",
booktitle = "{Proc. 4th Int.\ Conf.\ on Funct.\ Prog.\ Languages and Computer Arch., {FPCA}'89, London, {UK}, 11--13 Sept 1989}",
publisher = "acm Press",
address = "New York",
pages = "347--359",
year = "1989",
url = "citeseer.ist.psu.edu/wadler89theorems.html"
}
@inproceedings{TrulyConcurrent,
author = {Naiyong Jin and Jifeng He},
title = {Towards A Truly Concurrent Model for Processes Sharing Resources},
booktitle = {Proc. 3rd {IEEE} International Conf. on Soft. Eng. and Formal Methods},
year = {2005},
isbn = {0-7695-2435-4},
pages = {231--239},
doi = {http://dx.doi.org/10.1109/SEFM.2005.50},
publisher = {{IEEE} Computer Society},
address = {Washington, DC, USA},
}
@misc{GPCE2006,
note = {Omitted to preserve anonymity, contact PC chair for details}
}
@misc{IFL2006,
note = {Omitted to preserve anonymity, contact PC chair for details}
}
@misc{ivor-anon,
note = {Omitted to preserve anonymity, contact PC chair for details}
}
@inproceedings{HaskellIO,
author = {Simon L. {Peyton Jones} and Philip Wadler},
title = {Imperative functional programming},
booktitle = {Proc. 20th acm Symposium on Principles of programming languages},
year = {1993},
isbn = {0-89791-560-7},
pages = {71--84},
location = {Charleston, South Carolina, United States},
doi = {http://doi.acm.org/10.1145/158511.158524},
publisher = {acm},
address = {New York, NY, USA},
}
@article{CorrectnessConstruction,
author = "P. Amey",
title = "{Correctness by Construction: Better can also be Cheaper}",
journal = "{CrossTalk: the Journal of Defense Software Engineering}",
month = mar,
year = 2002,
pages = "24--28"
}
@INPROCEEDINGS{hj:popl03,
AUTHOR = {M. Hofmann and S. Jost},
TITLE = {Static Prediction of Heap Space Usage for First-Order Function
al Programs},
booktitle = "Proc. {POPL 2003 --- 2003 acm Symp. on Principles of Programming La
nguages}",
KEY = {HJ_POPL03},
PAGES = {185--197},
YEAR = {2003},
ORGANIZATION = {acm}
}
@article{kobayashi-lock,
author = {Naoki Kobayashi},
title = {A type system for lock-free processes},
journal = {Inf. Comput.},
volume = {177},
number = {2},
year = {2002},
issn = {0890-5401},
pages = {122--159},
doi = {http://dx.doi.org/10.1016/S0890-5401(02)93171-8},
publisher = {Academic Press, Inc.},
address = {Duluth, MN, USA},
}
@techreport{linear-alias,
title = {Linear types for aliased resources},
author = {Chris Hawblitzel},
year = {2005},
institution = {Microsoft Research},
number = {MSR-TR-2005-141}
}
@article{kobayashi-esop,
title = {Type-Based Analysis of Deadlock fora Concurrent Calculus with Interrupts},
author = {Kohei Suenaga and Naoki Kobayashi},
year = {2007},
booktitle = {ESOP}
}
@inproceedings{res-c,
title = {A Path Sensitive Type System for Resource Usage Verification of C Like Languages},
author = {Hyun-Goo Kang and Youil Kim and Taisook Han and Hwansoo Han},
year = 2005,
publisher = {Springer-Verlag},
booktitle = {Programming Languages and Systems},
pages = {264--280},
series = {LNCS},
volume = {3780}
}
@miscs{lsr,
title = {Lightweight static resources: Sexy types for embedded and systems programming},
author = {Oleg Kiselyov and Chung-Chieh Shan},
year = 2007,
note = {Draft}
}
@inproceedings{scoped-res,
title = {Resource Usage Analysis Via Scoped Methods},
author = {Gang Tan and Xinming Ou and David Walker},
booktitle = {Foundations of Object-Oriented Languages},
year = {2003}
}
@article{igarashi-res,
author = {Igarashi, Atsushi and Kobayashi, Naoki},
title = {Resource usage analysis},
journal = {ACM Trans. Program. Lang. Syst.},
volume = {27},
issue = {2},
month = {March},
year = {2005},
issn = {0164-0925},
pages = {264--313},
numpages = {50},
url = {http://doi.acm.org/10.1145/1057387.1057390},
doi = {http://doi.acm.org/10.1145/1057387.1057390},
acmid = {1057390},
publisher = acm,
address = {New York, NY, USA},
keywords = {Resource usage, type inference},
}
@phdthesis{monitoring,
title = {Policy Enforcement via Program Monitoring},
author = {Jarred Adam Ligatti},
year = 2006,
month = {May}
}
@inproceedings{sec-policy,
title = {A Type System for Expressive Security Policies},
author = {David Walker},
booktitle = {Twenty-Seventh acm {SIGPLAN} Symposium on Principles of Programming Languages},
pages = {254--267},
year = 2000}
@inproceedings{res-dfa,
author = {K. Marriott and P.J. Stuckey and M. Sulzmann},
title = {Resource Usage Verification},
year = 2003,
booktitle = {In Proc. of First Asian Symposium, APLAS 2003},
pages = {212--229},
publisher = {Springer-Verlag}
}
@incollection{ hancock-interactive,
author = "Peter Hancock and Anton Setzer",
title = "Interactive Programs in Dependent Type Theory",
booktitle = "Proc.\ of 14th Ann.\ Conf.\ of {EACSL}, {CSL}'00, Fischbau, Germany, 21--26 Aug 2000",
volume = "1862",
publisher = "Springer-Verlag",
address = "Berlin",
editor = "P. Clote and H. Schwichtenberg",
pages = "317--331",
year = "2000",
url = "citeseer.ist.psu.edu/hancock00interactive.html" }
@inproceedings{popeea-resources,
author = {Corneliu Popeea and Wei-Ngan Chin},
title = {A type system for resource protocol verification and its correctness proof},
booktitle = {PEPM '04: Proceedings of the 2004 acm {SIGPLAN} symposium on Partial evaluation and semantics-based program manipulation},
year = {2004},
isbn = {1-58113-835-0},
pages = {135--146},
location = {Verona, Italy},
doi = {http://doi.acm.org/10.1145/1014007.1014021},
publisher = {acm Press},
address = {New York, NY, USA},
}
@inproceedings{sheard-langfuture,
author = {Tim Sheard},
title = "Languages of the future",
booktitle = "acm Conference on Object Orientated Programming Systems, Languages and Applicatioons (OOPSLA'04)",
year = "2004"
}
@inproceedings{ivor,
author = {Edwin Brady},
title = {{Ivor}, a proof engine},
year = {2007},
publisher = {Springer-Verlag},
series = {LNCS},
booktitle = {Implementation and Application of Functional Languages 2006}
}
@misc{coq-in-coq,
author = {Bruno Barras and Benjamin Werner},
year = 1997,
title = {{Coq} in {Coq}}
}
@article{hudak-edsl,
author = {Paul Hudak},
title = {Building Domain-Specific Embedded Languages},
year = {1996},
month = {December},
journal = {acm Computing Surveys},
volume = {28A},
number = {4}
}
@inproceedings{concon,
author = {Conor McBride and Healfdene Goguen and James McKinna},
title = {Some Constructions On Constructors},
year = 2005,
booktitle = {TYPES 2004},
publisher = {Springer},
series = {LNCS},
volume = {3839}
}
@InProceedings{Hume-GPCE,
author = {K. Hammond and G.J. Michaelson},
title = {{Hume: a Domain-Specific Language for Real-Time Embedded Systems}},
booktitle = {{Proc. Conf. Generative Programming and Component Engineering (GPCE~'03)}},
publisher = {Springer-Verlag},
series = {Lecture Notes in Computer Science},
year = {2003},
}
@inproceedings{lcf-milner,
author = {Robin Milner},
title = {{LCF}: A Way of Doing Proofs with a Machine},
booktitle = {Mathematical Foundations of Computer Science 1978},
pages = {146-159},
year = 1979,
series = {LNCS},
volume = {64}
}
@inproceedings{epireloaded,
title = {Epigram Reloaded: A Standalone Typechecker for {ETT}},
author = {James Chapman and Thorsten Altenkirch and Conor McBride},
year = 2006,
booktitle = {Trends in Functional Programming 2005},
note = {To appear}
}
@TECHREPORT{why-tool,
AUTHOR = {J.-C. Filli\^atre},
TITLE = {{Why: a multi-language multi-prover verification tool}},
INSTITUTION = {{LRI, Universit\'e Paris Sud}},
TYPE = {{Research Report}},
NUMBER = {1366},
MONTH = {March},
YEAR = 2003,
URL = {http://www.lri.fr/~filliatr/ftp/publis/why-tool.ps.gz}
}
@misc{ large-extraction,
author = "Lu\'iz Cruz-Filipe and Bas Spitters",
title = "Program Extraction from Large Proof Developments",
year = 2003,
url = "citeseer.ist.psu.edu/cruz-filipe03program.html" }
@inproceedings{ fta,
author = "Herman Geuvers and Freek Wiedijk and Jan Zwanenburg",
title = "A Constructive Proof of the Fundamental Theorem of Algebra without Using the Rationals",
booktitle = "{TYPES 2000}",
pages = "96--111",
year = "2000",
url = "citeseer.ist.psu.edu/geuvers01constructive.html" }
@article{mckinna-expr,
title = {A type-correct, stack-safe, provably correct, expression compiler in {Epigram}},
author = {James McKinna and Joel Wright},
year = 2007,
journal = {Journal of Functional Programming},
note = {To appear}
}
@article{pugh-omega,
title = "The {Omega} {Test}: a fast and practical integer programming algorithm for dependence analysis",
author = "William Pugh",
journal = "Communication of the acm",
year = 1992,
pages = {102--114}
}
@misc{four-colour,
author = "Georges Gonthier",
title = "A computer-checked proof of the {Four Colour Theorem}",
year = 2005,
howpublished = {\url{http://research.microsoft.com/~gonthier/4colproof.pdf}}}
@inproceedings{sparkle,
author = "Maarten {de Mol} and Marko {van Eekelen} and Rinus Plasmeijer",
title = "Theorem Proving for Functional Programmers",
url = "citeseer.ist.psu.edu/654423.html",
BOOKTITLE = {Proc. Implementation of Functional Languages (IFL 2002)},
publisher = {Springer},
series = {LNCS},
volume = {2312},
year = 2002
}
@misc{agda,
title = {Agda},
author = {Catarina Coquand},
howpublished= {\url{http://agda.sourceforge.net/}},
year = 2005
}
@misc{cover,
title = {Cover Translator},
howpublished = {\url{http://coverproject.org/CoverTranslator/}}
}
@misc{parsec,
title = {Parsec, a fast combinator parser},
author = {Daan Leijen},
year = {2001},
howpublished = {\url{http://www.cs.uu.nl/~daan/parsec.html}}