-
Notifications
You must be signed in to change notification settings - Fork 13
/
tofte.bib
1250 lines (1083 loc) · 34 KB
/
tofte.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{aponte92,
author = "Aponte, Maria-Virginia",
title = "Typage d'un syst\`eme
de modules param\'etriques avec partage: une application de
l'unification dans les th\'eories \'equationnelles",
school = "INRIA University of Paris VII",
year = "1992"
}
@TechReport{nielsontwoamtoft96,
author = {Flemming Nielson and Hanne Riis Nielson and Torben Amtoft},
title = {Polymorphic Subtyping for Effect Analysis: the Algorithm},
institution = {Department of Computer Science, University of
Aarhus (DAIMI)},
year = {1996},
month = {April},
number = {LOMAPS-DAIMI-16}
}
@InProceedings{aponte93,
author = {Maria Virginia Aponte},
title = {Extending Record typing to type parametric modules
with sharing},
booktitle = {Proc. of the Twentieth Annual ACM SIGPLAN-SIGACT
Symposium on Principles of Programming Languages (POPL)},
year = {1993},
publisher = {ACM Press},
month = {January},
pages = {465--478}
}
@Article{appel93,
author = {Andrew W. Appel},
title = {A critique of {Standard ML}},
journal = {Journal of Functional Programming},
year = {1993},
volume = {3},
number = {4},
month = {October},
pages = {391--429}
}
@Article{berry93,
author = {Dave Berry},
title = {Lessons from the design of a {Standard ML} library},
journal = {Journal of Functional Programming},
year = {1993},
volume = {3},
number = {4},
month = {October},
pages = {527--552}
}
@InProceedings{chase88,
author = "David R. Chase",
title = "Safety considerations for storage allocation optimizations",
booktitle = "Proceedings of the SIGPLAN '88 Conference on
Programming Language Design and Implementation",
year = "1988",
pages = "1-10",
publisher = "ACM Press",
month = "June 22-24"
}
@Unpublished{mllib96,
author = {E.R.~Gansner and J.H.~Reppy (eds.)},
title = {The {Standard ML Basis Library} Reference Manual},
note = {(In preparation)}
}
@InProceedings{hl94,
author = {Robert Harper and Mark Lillibridge},
title = {A Type-Theoretic Approach to Higher-Order Modules
with Sharing},
booktitle = {Conference Record of POPL '94: 21st ACM
SIGPLAN-SIGACT Symposium on Principles of
Programming Languages},
year = 1994,
publisher = {ACM Press},
month = {January},
pages = {123-137}
}
@inproceedings{hmt87,
AUTHOR = "Robert Harper and Robin Milner and Mads Tofte",
BOOKTITLE = "Proc. Int'l Joint Conf. on Theory and Practice of Software Development (TAPSOFT)",
ENTRYDATE = "3:0am 5/1/1989",
KEY = "R.",
MONTH = "Mar.",
NOTE = "Lecture Notes in Computer Science, Vol. 250",
PAGES = "308-319",
PUBLISHER = "Springer-Verlag",
TITLE = "A Type Discipline for Program Modules",
YEAR = "1987"}
@TechReport{kahrs93,
author = {Stefan Kahrs},
title = {Mistakes and Ambiguities in the
{Definition} of {Standard ML}},
institution = {Dept. of Computer Science, University of Edinburgh},
year = {1993},
number = {ECS-LFCS-93-257}
}
@Unpublished{sesber96,
author = {Peter Bertelsen and Peter Sestoft},
title = {Experience with the ML Kit and Region Inference},
note = {(in preparation)},
year = {1996},
month = {January}
}
@inproceedings{to92,
AUTHOR = "Mads Tofte",
BOOKTITLE = "Proc. Principles of Programming Languages(POPL)",
ENTRYDATE = "2:0pm 12/9/1991",
MONTH = "Jan.",
TITLE = "Principal Signatures for Higher-order Program Modules",
PAGES = "189-199",
YEAR = "1992"}
@Unpublished{to92b,
author = "Mads Tofte",
title = "Principal Signatures for Higher-order Program Modules",
note = "Accepted for publication in Journal of
Functional Programming (51 pages)",
year = "1994"
}
@Article{tofte94,
author = "Mads Tofte",
title = "Principal Signatures for Higher-order Program Modules",
journal = "Journal of Functional Programming",
year = "1994",
volume = "4",
number = "3",
pages = "285--335",
month = "July"
}
@Unpublished{tofte95,
author = {Mads Tofte},
title = {Region-Based Memory Management for the Typed
Call-by-Value Lambda Calculus},
note = {Submitted for publication},
year = {1995},
month = {April}
}
@Unpublished{toftetalpin92,
author = "Mads Tofte and Jean-Pierre Talpin",
title = "Data Region Inference for Polymorphic Functional
Languages",
note = "Manuscript.",
year = "1992",
month = "July"
}
@TechReport{toftetalpin92a,
author = {Mads Tofte and Jean-Pierre Talpin},
title = {Data Region Inference for Polymorphic
Functional Languages (technical summary)},
institution = {Ecole des Mines de Paris},
year = {1992},
number = {EMP/CRI/A-229}
}
@Book{mth90,
author = "Robin Milner and Mads Tofte and Robert Harper",
title = "The {Definition} of {Standard ML}",
publisher = "MIT Press",
year = "1990"
}
@TechReport{hmt87a,
author = "Robert Harper and Robin Milner and Mads Tofte",
title = "The Semantics of Standard ML, Version 1",
institution = "Laboratory for Foundations of Computer
Science, Department of Computer Science, Edinburgh
University",
year = "1987",
type = "Technical Report",
number = "ECS-LFCS-87-36",
address = "The King's Buildings, Mayfield Rd., EH9 3JZ
Edinburgh, U.K."
}
@TechReport{wright91,
author = "Andrew K. Wright and Matthias Felleisen",
title = "A Syntactic Approach to Type Soundness",
institution = "Rice University",
year = "1991",
type = "Technical Report",
number = "Rice COMP TR91-160"
}
@InProceedings{wright92,
author = {Andrew K. Wright},
title = {Typing References by Effect Inference},
booktitle = {European Symposium on Programming},
volume = {582},
series = {Lecture Notes In Computer Science},
year = {1992},
publisher = {Springer-Verlag}
}
@TechReport{hmt88,
author = "Robert Harper and Robin Milner and Mads Tofte",
title = "The Definition of Standard ML, Version 2",
institution = "Laboratory for Foundations of Computer
Science, Department of Computer Science, Edinburgh
University",
year = "1988",
type = "Technical Report",
number = "ECS-LFCS-88-62",
address = "The King's Buildings, Mayfield Rd., EH9 3JZ
Edinburgh, U.K."
}
@TechReport{hmt89a,
author = "Robert Harper and Robin Milner and Mads Tofte",
title = "The Definition of Standard ML, Version 3",
institution = "Laboratory for Foundations of Computer
Science, Department of Computer Science, Edinburgh
University",
year = "1989",
type = "Technical Report",
number = "ECS-LFCS-89-81",
address = "The King's Buildings, Mayfield Rd., EH9 3JZ
Edinburgh, U.K."
}
@Book{mt91,
author = "Robin Milner and Mads Tofte",
title = "Commentary on {Standard ML}",
publisher = "MIT Press",
year = "1991"
}
@Misc{tofte91,
author = "Mads Tofte",
title = "Notes on Code Generation using {Standard ML}",
howpublished = "Forel\ae sningsnoter, DIKU",
year = "1991",
month = "Feb."
}
@Article{tofte90,
author = "Mads Tofte",
title = "Type Inference for Polymorphic References",
journal = "Information and Computation",
year = "1990",
volume = "89",
number = "1",
month = "November"
}
@PhDThesis{tofte88,
author = "Mads Tofte",
title = "Operational Semantics and Polymorphic Type Inference",
school = "Edinburgh University",
year = "1988",
address = "Department of Computer Science, Edinburgh University,
Mayfield Rd., EH9 3JZ Edinburgh",
month = "May",
note = "Available as Technical Report CST-52-88"
}
@Article{mt91a,
author = "Robin Milner and Mads Tofte",
title = "Co-induction in Relational Semantics",
journal = "Theoretical Computer Science",
year = "1991",
volume = "87",
pages = "209--220"
}
@TechReport{tofte91b,
author = "Mads Tofte",
title = "Tutorial on Standard ML",
institution = "Department of Computer Science (DIKU),
University of Copenhagen",
year = "1991",
number = "91/18",
note = "Presented at FPCA, Boston, 1991"
}
@TechReport{tofte89,
author = "Mads Tofte",
title = "Four Lectures on Standard ML",
institution = "Laboratory for Foundations of Computer Science,
Department of Computer Science, Edinburgh University",
year = "1989",
type = "LFCS Report Series",
number = "ECS-LFCS-89-73",
address = "Mayfield Rd., EH9 3JZ Edinburgh, U.K.",
month = "March",
note = ""
}
@TechReport{ammt88,
author = "Andrew Appel and David MacQueen and Robin Milner and
Mads Tofte",
title = "Unifying Exceptions with Constructors in {Standard ML}",
institution = "Laboratory for Foundations of Computer Science,
Department of Computer Science, Edinburgh University",
year = "1988",
type = "LFCS Report Series",
number = "ECS-LFCS-88-55",
address = "Mayfield Rd., EH9 3JZ Edinburgh, U.K.",
month = "June",
note = ""
}
@Unpublished{jt84,
author = "Neil D. Jones and Mads Tofte",
title = "Towards a Theory of Compiler Generation",
note = "Presented at W.G. 2.2 Meeting, 1984, Nyborg, Denmark",
year = "1984",
month = "May"
}
@Unpublished{rt89,
author = "Nick Rothwell and Mads Tofte",
title = "Separate Compilation in {Standard ML}",
note = "Submitted for publication to The Science of Computer Programming",
year = "1989",
month = "December"
}
@TechReport{tofte83,
author = "Mads Tofte",
title = "Generering af en overs\ae ttergenerator",
institution = "Datalogisk Institut, K\o benhavns Universitet",
year = "1983",
number = "83/8"
}
@TechReport{tofte84,
author = "Mads Tofte",
title = "Compiler Generators --- What They Can Do, What They
Might Do and What They Will Probably Never Do",
institution = "Datalogisk Institut, K\o benhavns Universitet",
year = "1984",
number = "84/8",
note = "Speciale"
}
@Book{tofte90a,
author = "Mads Tofte",
title = "Compiler Generators --- What They Can Do, What They
Might Do, and What They Will Probably Never Do",
publisher = "Springer-Verlag",
year = "1990",
volume = "19",
series = "EATCS Monographs on Theoretical Computer Science"
}
@inproceedings{hmm90,
AUTHOR = "Harper, R. and Mitchell, J. and Moggi, E.",
BOOKTITLE = "Proc. ACM Symp. on Principles of Programming Languages",
MONTH = "Jan.",
PAGES = "341-354",
TITLE = "Higher-Order Modules and the Phase Distinction",
YEAR = "1990"}
@inproceedings{morris73,
AUTHOR = "Morris, F. L.",
BOOKTITLE = "Proc. ACM Symp. on Principles of Programming Languages",
TITLE = "Advice on Structuring Compilers and proving them correct",
YEAR = "1973"}
@inproceedings{despeyroux86,
AUTHOR = "Jo{\"e}lle Despeyroux",
BOOKTITLE = "Proc. of the 1st Symp. on Logic in Computer Science,
IEEE, Cambridge, USA",
TITLE = "Proof of Translation in Natural Semantics",
YEAR = "1986"}
@inproceedings{dami82,
AUTHOR = "Damas, L. and Milner, R.",
BOOKTITLE = "Proc. 9th Annual ACM Symp. on Principles of Programming Languages",
KEY = "Damas",
MONTH = "Jan.",
PAGES = "207-212",
TITLE = "Principal Type Schemes for Functional Programs",
YEAR = "1982"}
@InProceedings{mq84,
author = "MacQueen, D.",
title = "Modules for {Standard ML}",
booktitle = "Conf. Rec. of the 1984 ACM
Symp. on LISP and Functional Programming",
year = "1984",
pages = "198-207",
month = "Aug."}
@InProceedings{am87,
author = "Andrew W. Appel and David B. MacQueen",
title = "A {Standard ML} Compiler",
booktitle = "Functional Programming Languages and Computer Architecture",
year = "1987",
editor = "Gilles Kahn",
organization = "ACM",
publisher = "Springer-Verlag",
month = "Sept"
}
@InProceedings{aj89,
author = "Andrew W. Appel and Trever Jim",
title = "Continuation-Passing, Closure-Passing Style",
booktitle = "Sixteenth Annual ACM Symposium on Principles of
Programming Languages",
year = "1989",
month = "Jan."
}
@article{ro65,
AUTHOR = "Robinson, J.",
ENTRYDATE = "6:13pm 6/24/1988",
JOURNAL = "J. Assoc. Comput. Mach.",
KEY = "Robinson, J.",
NUMBER = "1",
PAGES = "23-41",
TITLE = "A Machine-Oriented Logic Based on the Resolution Principle",
VOLUME = "12",
YEAR = "1965"}
@Article{ak86,
author = "Hassan \aitkaci",
title = "An Algebraic Semantics Approach to the
Effective Resolution of Type Equations",
journal = "Theoretical Computer Science",
year = "1986",
volume = "45",
number = "3",
pages = "293--351"
}
@inproceedings{re89,
AUTHOR = "R\'emy, D.",
BOOKTITLE = "Proc. 16th Annual ACM Symp. on Principles of Programming Languages",
ENTRYDATE = "3:0am 5/1/1989",
KEY = "D.",
MONTH = "Jan.",
ORGANIZATION = "ACM",
PAGES = "77-88",
TITLE = "Typechecking Records and Variants in a Natural Extension of {ML}",
YEAR = "1989"}
@InProceedings{wand89,
author = "Wand, M.",
title = "Type Inference for Record Concatenation and Multiple
Inheritance",
pages = "92-97",
booktitle = "Proc. 1989 IEEE 4th Annual Symp. on Logic in Computer
Science (LICS)",
year = "1989",
publisher = "IEEE Computer Society Press"
}
@Article{appel90,
author = "Andrew W. Appel",
title = "A Runtime System",
journal = "{LISP} and Symbolic Computation",
year = "1990",
volume = "3",
pages = "343-380"
}
@TechReport{mllib91,
author = "Dave Berry",
title = "The {Edinburgh SML Library}",
institution = "Laboratory for Foundations of Computer
Science, Department of Computer Science, Edinburgh University",
year = "1991",
number = "ECS-LFCS-91-148",
month = "April"
}
@Article{dijkstra60,
author = "E. W. Dijkstra",
title = "Recursive Programming",
journal = "Numerische Math",
year = "1960",
volume = "2",
pages = "312-318",
note = "Also in Rosen: ``Programming Systems and Languages'', McGraw-Hill, 1967"
}
@Article{Baker78,
author = "H.G. Baker",
title = "List Processing in real time on a serial computer",
journal = "Communications of the ACM",
year = "1978",
volume = "21",
number = "4",
pages = "280-294",
month = "April"
}
@InProceedings{Baker90,
author = "Henry G. Baker",
title = "Unify and Conquer (Garbage Collection, Updating,
Aliasing, ...) in Functional Languages",
booktitle = "Proceedings of the 1990 ACM Conference on Lisp and
Functional Programming",
year = "1990",
pages = "218-226",
month = "June"
}
@Book{Knuth72,
author = "Donald E. Knuth",
title = "Fundamental Algorithms",
publisher = "Addison-Wesley",
year = "1972",
volume = "1",
series = "The Art of Computer Programming"
}
@Article{Lieberman83,
author = "Henry Lieberman and Carl Hewitt",
title = "A Real-Time Garbage Collector Based on the Lifetimes
of Objects",
journal = "Communications of the ACM",
year = "1983",
volume = "26",
number = "6",
pages = "419-429",
month = "June"
}
@Book{randell-russel64,
author = "B. Randell and L.J. Russel",
title = "{ALGOL 60} Implementation",
publisher = "Academic Press",
year = "1964"
}
@Book{naur74,
author = "Peter Naur",
title = "Concise Survey of Computer Methods",
publisher = "Studenterlitteratur, Lund",
year = "1974"
}
@Article{samelson-bauer60,
author = "K. Samelson and F.L. Bauer",
title = "Sequential Formula Translation",
journal = "Comm. {ACM}",
year = "1960",
volume = "3",
number = "2",
month = "February",
pages = "76-83"
}
@PhDThesis{krantz87,
author = "David Krantz",
title = "{ORBIT:} An optimizing compiler for Scheme",
school = "Yale University, New Haven, CT",
year = "1987"
}
@Article{schmidt85,
author = "D.A. Schmidt",
title = "Detecting Global Variables in Denotational Specifications",
journal = "ACM Transactions on Programming Languages and Systems",
year = "1985",
volume = "5",
number = "2",
pages = "299-310",
month = "April",
OPTnote = ""}
@PhDThesis{sestoft92,
author = "Peter Sestoft",
title = "Analysis and Efficient Implementation of Functional Programs",
school = "Department of Computer Science, University of Copenhagen",
year = "1992",
address = "Universitetsparken 1, DK 2100 Copenhagen \O"
}
@InProceedings{fradet91,
author = "P. Fradet",
title = "Syntactic Detection of Single-Threading Using Continuations",
booktitle = "Functional Programming Languages and Computer
Architecture, 5th ACM Conference, Cambridge,
Massachusetts, August 1991. (Lecture Notes in
Computer Science, vol. 523)",
year = "1991",
pages = "241-258",
publisher = "Springer-Verlag",
OPTnote = ""}
@Book{appel92,
author = "Andrew W. Appel",
title = "Compiling with Continuations",
publisher = "Cambridge University Press",
year = "1992"
}
@inproceedings{Talpin92a,
AUTHOR = "Jean-Pierre Talpin and P. Jouvelot",
BOOKTITLE = "Proceedings of the seventh IEEE Conference on Logic in Computer Science",
MONTH = "June",
TITLE = "The Type and Effect Discipline",
YEAR = "1992",
PAGES = "162-173",
NOTE = "Also, (extended version) technical report EMP/CRI/A-206, Ecole des Mines de Paris, April 1992"
}
@inproceedings{jouvelot-gifford91,
AUTHOR = "P. Jouvelot and D.K. Gifford",
BOOKTITLE = "Proceedings of the 18th ACM Symposium on Principles of Programming Languages (POPL)",
TITLE = "Algebraic reconstruction of types and effects",
YEAR = "1991"
}
@Article{naur60,
author = "Peter Naur (ed.)",
title = "Revised report on the algorithmic language {Algol} 60",
journal = "Comm. {ACM}",
year = "1963",
volume = "1",
pages = "1-17"
}
@article{mi78,
AUTHOR = "Milner, R.",
ENTRYDATE = "7/17/87",
JOURNAL = "J. Computer and System Sciences",
KEY = "Milner",
PAGES = "348-375",
PUBLISHER = "SIAM",
TITLE = "A Theory of Type Polymorphism in Programming",
VOLUME = "17",
YEAR = "1978"}
@InProceedings{Ruggieri88,
author = "Cristina Ruggieri and Thomas P. Murtagh",
title = "Lifetime Analysis of Dynamically Allocated Objects",
booktitle = "Proceedings of the 15th Annual ACM Symposium on
Principles of Programming Languages",
year = "1988",
pages = "285-293",
month = "January"
}
@PhDThesis{Lucassen87,
author = "J. M. Lucassen",
title = "Types and Effects, towards the integration of
functional and imperative programming",
school = "MIT Laboratory for Computer Science",
year = "1987",
note = "MIT/LCS/TR-408"
}
@InProceedings{Lucassen88,
author = "J.M. Lucassen and D.K. Gifford ",
title = "Polymorphic Effect Systems",
booktitle = "Proceedings of the 1988 ACM Conference on Principles
of Programming Languages",
year = "1988"
}
@InProceedings{Jouvelot91,
author = "Pierre Jouvelot and D.K. Gifford ",
title = "Algebraic reconstruction of types and effects",
booktitle = "Proceedings of the 18th ACM Symposium on Principles
of Programming Languages (POPL)",
year = "1991"
}
@Article{Talpin92,
author = "Jean-Pierre Talpin and Pierre Jouvelot",
title = "Polymorphic Type, Region and Effect Inference",
journal = "Journal of Functional Programming",
year = "1992",
volume = "2",
number = "3",
OPTpages = "",
OPTmonth = "",
PUBLISHER = "Cambridge University Press",
OPTnote = "Also in Technical Report EMP-CRI-E150, Ecole Nationale Sup\'erieure des Mines de Paris, February 1991"
}
@Proceedings{IWMM92,
Title = iwmm92,
Editor = "Yves Bekkers and Jacques Cohen",
Key = "IWMM92",
Organization = "INRIA, IRISA, and ACM Sigplan",
Publisher = Springer-Verlag,
Address = "St. Malo, France",
Journal = " Lecture Notes in Computer Science",
Volume = 637,
Month = Sep,
Year = 1992,
Keywords = "Garbage collection, memory management,
mark-and-sweep, reference count, compacting,
copying, incremental, generational, conservative,
distributed, parallel, on-the-fly, real-time,
logic programming, functional programming,
object-oriented programming",
Abstract = "Contains various papers on garbage collection."
}
@Book{wikstrom87,
author = "\AA ke Wikstr{\"o}m",
title = "Functional Programming Using Standard ML",
publisher = "Prentice Hall",
year = "1987",
editor = "C.A.R. Hoare",
series = "Series in Computer Science"
}
@Book{paulson91,
author = "Lawrence C. Paulson",
title = "ML for the Working Programmer",
publisher = "Cambridge University Press",
year = "1991"
}
@Article{henglein93,
author = "Fritz Henglein",
title = "Type Inference with Polymorphic Recursion",
journal = "ACM Transactions on Programming Languages and Systems",
year = "1993",
volume = "15",
number = "2",
pages = "253",
month = "April"
}
@InProceedings{ktu90b,
author = "Kfoury, A. and Tiuryn, J. and Urzyczyn, P.",
title = "The Undecidability of the Semi-Unification Problem",
booktitle = "Proc. 22nd Annual ACM Symp. on Theory of Computation
(STOC), Baltimore, Maryland",
year = "1990",
pages = "468-476",
month = "May"
}
@Article{ktu93i,
author = "Kfoury, A. and Tiuryn, J. and Urzyczyn, P.",
title = "The Undecidability of the Semi-Unification Problem",
journal = "Information and Computation",
vol = "102",
year = "1993",
pages = "83-101"
}
@inproceedings{my84,
AUTHOR = "Mycroft, A.",
BOOKTITLE = "Proc. 6th Int. Conf. on Programming, LNCS 167",
TITLE = "Polymorphic Type Schemes and Recursive Definitions",
YEAR = "1984"}
@Article{ktu93,
author = "A. J. Kfoury and J. Tiuryn and P. Urzyczyn",
title = "Type Reconstruction in the Presence of Polymorphic Recursion",
journal = "ACM Transactions on Programming Languages and Systems",
year = "1993",
volume = "15",
number = "2",
pages = "290-311",
month = "April"
}
@TechReport{gjls87,
author = "D. K. Gifford, P. Jouvelot, J. M. Lucassen and M.A. Sheldon",
title = "FX-87 Reference Manual",
institution = "MIT Laboratory for Computer Science",
year = "1987",
number = "MIT/LCS/TR-407",
month = "Sept"
}
@InProceedings{hayes91,
author = "Barry Hayes",
title = "Using Key Object Opportunism to Collect Old Objects",
booktitle = "Proceedings: Conference on Object-Oriented
Programming Systems, Languages and Applications,
Sigplan Notices, Vol 26, Number 11",
year = "1991",
OPTpages = "33-46",
OPTmonth = "Nov 1991"
}
@TechReport{brtt93,
author = "Lars Birkedal and Nick Rothwell and Mads Tofte and David N. Turner",
title = "The {ML} {Kit} ({Version} 1)",
institution = "Department of Computer Science, University of
Copenhagen, Universitetsparken 1, DK-2100 Copenhagen",
year = "1993",
number = "DIKU-report 93/14"
}
@TechReport{total93,
author = "Mads Tofte and Jean-Pierre Talpin",
title = "A Theory of Stack Allocation in Polymorphically Typed Languages",
institution = "Department of Computer Science, University of Copenhagen",
year = "1993",
number = "DIKU-report 93/15"
}
@Article{inoue88,
author = "Katsuro Inoue, Hiroyuki Seki and Hikaru Yagi",
title = "Analysis of Functional Programs to Detect Run-Time
Garbage Cells",
journal = "ACM Transactions on Programming Languages and Systems",
year = "1988",
volume = "10",
number = "4",
pages = "555-578"
}
@Article{georgeff84,
author = "Michael Georgeff",
title = "Transformations and Reduction Strategies for Typed
Lambda Expressions",
journal = "ACM Transactions on Programming Languages and Systems",
year = "1984",
volume = "6",
number = "4",
pages = "603-631",
month = "Oct"
}
@InProceedings{hudak86,
author = "Paul Hudak",
title = "A Semantic Model of Reference Counting and its Abstraction",
booktitle = "ACM Symposium on List and Functional Programming",
year = "1986",
pages = "351-363"
}
@article{hi69,
AUTHOR = "Hindley, R.",
JOURNAL = "Trans. Amer. Math. Soc.",
MONTH = "Dec.",
PAGES = "29-60",
TITLE = "The Principal Type-Scheme of an Object in Combinatory Logic",
VOLUME = "146",
YEAR = "1969"}
@phdthesis{he89a,
AUTHOR = "Henglein, F.",
ENTRYDATE = "3:15pm 12/16/1988",
KEY = "F.",
MONTH = "April",
SCHOOL = "Rutgers University",
TITLE = "Polymorphic Type Inference and Semi-Unification",
YEAR = "1989",
NOTE = "also NYU Technical Report 443, May 1989"}
@phdthesis{da84,
AUTHOR = "Damas, L.",
ENTRYDATE = "3:0am 5/1/1989",
KEY = "L.",
SCHOOL = "University of Edinburgh",
TITLE = "Type Assignment in Programming Languages",
YEAR = "1984"}
@TechReport{mi84,
author = "Robin Milner",
title = "The Standard ML Core Language",
institution = "Dept. of Computer Science, University Of Edinburgh",
year = "1984",
number = "CSR-168-84",
month = "October",
note = "Also in\cite{hmm86}"
}
@TechReport{hmm86,
author = "Robert Harper, David MacQueen and Robin Milner",
title = "Standard ML",
institution = "Dept. of Computer Science, University Of Edinburgh",
year = "1986",
number = "ECS-LFCS-86-2",
month = "March"
}
@Book{mcp93,
author = "Colin Myers and Chris Clack and Ellen Poon",
title = "Programming with Standard ML",
publisher = "Prentice Hall",
year = "1993"
}
@Book{stansifer92,
author = "Ryan Stansifer",
title = "ML Primer",
publisher = "Prentice Hall",
year = "1992"
}
@TechReport{harper86,
author = "Robert Harper",
title = "Introduction to Standard ML",
institution = "Dept. of Computer Science, University of Edinburgh",
year = "1986",
number = "ECS-LFCS-86-14"
}
@Book{reade89,
author = "C. Reade",
title = "Elements of Functional Programming",
publisher = "Addison-Wesley",
year = "1989"}
}
@Misc{talpin93,
author = "Jean-Pierre Talpin",
title = "Theoretical and Practical Aspects of Type and Effect
Inference. {D}octoral {D}issertation",
school = "University Paris VI",
year = "1993",
month = "May",
note = "Also available as Research Report EMP/CRI/A-236,
Ecole des Mines de Paris"
}
@InProceedings{wilson92,
author = "Paul R. Wilson",
title = "Uniprocessor Garbage Collection Techniques",
booktitle = "Memory Management, Proceedings, International Workshop IWMM92",
year = "1992",
editor = "Y. Bekkers and J. Cohen",
pages = "1--42",
publisher = "Springer-Verlag",
month = "September"
}
@inproceedings{fumi88,
AUTHOR = "Fuh, Y. and Mishra, P.",
BOOKTITLE = "Proc. 2nd European Symp. on Programming",
NOTE = "Lecture Notes in Computer Science 300",
PAGES = "94-114",
PUBLISHER = "Springer-Verlag",
TITLE = "Type Inference with Subtypes",
YEAR = "1988"}
@InProceedings{fumi89,
author = "Fuh, Y. and Mishra, P.",
title = "Polymorphic Subtype Inference: Closing the Theory-Practice Gap",
booktitle = "Proc. Int'l J't Conf. on Theory and Practice of Software Development",
year = "1989",
pages = "167-183",
publisher = "Springer-Verlag",
address = "Barcelona, Spain",
month = "March"
}
@Article{fumi90,
author = "Fuh, Y. and Mishra, P.",
title = "Type Inference with Subtypes",
journal = "Theoretical Computer Science (TCS)",
year = "1990",
volume = "73",
pages = "155-175"
}