ghc-dup: 0221b557dc175746ca67afa118c75067531ac3f1

     1: @misc{spaceleakbug,
     2:  author = {Claus Reinke},
     3:  title = {{-O} introduces space leak},
     4:  howpublished = {{The GHC bugtracker}},
     5:  url = {http://hackage.haskell.org/trac/ghc/ticket/917},
     6:  year = {2006},
     7:  month = {September}
     8: }
     9: 
    10: @misc{commentary,
    11:  author = {Simon L. {Peyton Jones} and the GHC developers},
    12:  title = {{Glasgow Haskell Compiler Commentary}},
    13:  url = {http://hackage.haskell.org/trac/ghc/wiki/Commentary},
    14:  year = {2012},
    15: }
    16: 
    17: @misc{wikibook,
    18:     author = {{The Wikimedia Foundation}},
    19:     title = {{Haskell Wikibook -- Graph reduction}},
    20:     year = "2012",
    21:     month = "July",
    22:     url = {http://en.wikibooks.org/w/index.php?title=Haskell/Graph_reduction&oldid=2314454},
    23: }
    24: 
    25: @ARTICLE{stg,
    26:  author = {Simon L. {Peyton Jones}},
    27:  title = {{Implementing lazy functional languages on stock hardware: the Spineless Tagless G-machine}},
    28:  journal = {Journal of Functional Programming},
    29:  year = {1992},
    30:  volume = {2},
    31:  pages = {127--202}
    32: }
    33: 
    34: @article{evalapply,
    35:   author    = {Simon Marlow and
    36:                Simon L. {Peyton Jones}},
    37:   title     = {Making a fast curry: push/enter vs. eval/apply for higher-order
    38:                languages},
    39:   journal = {Journal of Functional Programming},
    40:   volume    = {16},
    41:   number    = {4-5},
    42:   year      = {2006},
    43:   pages     = {415-449},
    44: }
    45:   ee        = {http://dx.doi.org/10.1017/S0956796806005995},
    46:   bibsource = {DBLP, http://dblp.uni-trier.de}
    47: 
    48: @inproceedings{system-fc,
    49: 	author = {Martin Sulzmann and Manuel M.T. Chakravarty and Simon L. {Peyton Jones} and Kevin Donnelly},
    50: 	booktitle = {{TLDI '07}},
    51: 	pages = {53--66},
    52: 	title = {{System F} with type equality coercions},
    53: 	year = {2007}
    54: }
    55: 	publisher = {ACM},
    56: 	address = {New York, NY, USA},
    57: 	url = {http://portal.acm.org/citation.cfm?id=1190324},
    58: 
    59: @misc{core,
    60: 	author = {Andrew Tolmach and Tim Chevalier and {the GHC team}},
    61: 	title = {An External Representation for the GHC Core Language},
    62: 	url = {http://www.haskell.org/ghc/docs/7.4.1/core.pdf},
    63: 	year = {2012},
    64: 	month = {February},
    65: }
    66: 
    67: @inproceedings{launchbury,
    68:   author    = {John Launchbury},
    69:   title     = {A Natural Semantics for Lazy Evaluation},
    70:   booktitle = {POPL '93},
    71:   year      = {1993},
    72:   pages     = {144-154},
    73:   ee        = {http://doi.acm.org/10.1145/158511.158618},
    74:   bibsource = {DBLP, http://dblp.uni-trier.de}
    75: }
    76:   crossref  = {DBLP:conf/popl/1993},
    77: 
    78: @inproceedings{sampson,
    79:  author = {Sampson, Curt J.},
    80:  title = {Experience report: Haskell in the 'real world': writing a commercial application in a lazy functional lanuage},
    81:  booktitle = {ICFP '09},
    82:  year = {2009},
    83:  location = {Edinburgh, Scotland},
    84:  pages = {185--190},
    85:  numpages = {6},
    86:  acmid = {1596578},
    87:  keywords = {commercial programming, financial systems, functional programming, haskell},
    88: } 
    89:  doi = {10.1145/1596550.1596578},
    90:  url = {http://doi.acm.org/10.1145/1596550.1596578},
    91:  series = {ICFP '09},
    92:  isbn = {978-1-60558-332-7},
    93:  publisher = {ACM},
    94:  address = {New York, NY, USA},
    95: 
    96: @misc{wehr,
    97:  author = {Stefan Wehr},
    98:  title = {{Kommerzielle Softwareentwicklung mit Haskell}},
    99:  subtitle = {Ein Erfahrungsbericht},
   100:  year = {2011},
   101:  month = {Oct},
   102:  howpublished = {Hal6, Leipzig},
   103:  note = {Talk},
   104:  url = {http://www.factisresearch.com/resources/Talk_Wehr_Hal6_2011-10-07.pdf}
   105: }
   106: 
   107: @misc{hesselink,
   108:  author = {Erik Hesselink},
   109:  title = {{Silk: making the sematic web functional}},
   110:  subtitle = {Functional programming at Silk},
   111:  year = {2012},
   112:  month = {March},
   113:  howpublished = {Functional Programming Exchange 2012, London},
   114:  note = {Talk},
   115: }
   116: 
   117: @inproceedings{deforestation,
   118:   author    = {Andrew J. Gill and
   119:                John Launchbury and
   120:                Simon L. {Peyton Jones}},
   121:   title     = {A Short Cut to Deforestation},
   122:   booktitle = {FPCA},
   123:   year      = {1993},
   124:   pages     = {223-232},
   125:   bibsource = {DBLP, http://dblp.uni-trier.de}
   126: }
   127: 
   128: @inproceedings{unboxed,
   129:   author    = {Simon L. {Peyton Jones} and
   130:                John Launchbury},
   131:   title     = {Unboxed Values as First Class Citizens in a Non-Strict Functional
   132:                Language},
   133:   booktitle = {FPCA},
   134:   volume    = {523},
   135:   year      = {1991},
   136:   pages     = {636-666},
   137:   bibsource = {DBLP, http://dblp.uni-trier.de}
   138: }
   139:   doi       = {10.1007/3540543961_30},
   140:   crossref  = {DBLP:conf/fpca/1991},
   141: 
   142: @article{churchenc,
   143:   author    = {Corrado B{\"o}hm and
   144:                Alessandro Berarducci},
   145:   title     = {Automatic Synthesis of Typed Lambda-Programs on Term Algebras},
   146:   journal   = {Theoretical Compututer Science},
   147:   volume    = {39},
   148:   year      = {1985},
   149:   pages     = {135-154},
   150:   bibsource = {DBLP, http://dblp.uni-trier.de}
   151: }
   152:   doi       = {10.1016/0304-3975(85)90135-5},
   153: 
   154: @misc{olegchurchenc,
   155:   author    = {Oleg Kiselyov},
   156:   title     = {{Beyond Church encoding: Boehm-Berarducci isomorphism of algebraic data types and polymorphic lambda-terms}},
   157:   year      = {2012},
   158:   month     = {April},
   159:   url       = {http://okmij.org/ftp/tagless-final/course/Boehm-Berarducci.html},
   160: }
   161: 
   162: @inproceedings{lazy-evaluators,
   163:   author    = {Adam Bakewell and Colin Runciman},
   164:   title     = {A model for comparing the space usage of lazy evaluators},
   165:   booktitle = {PPDP},
   166:   year      = {2000},
   167:   pages     = {151-162},
   168:   ee        = {http://doi.acm.org/10.1145/351268.351287},
   169:   bibsource = {DBLP, http://dblp.uni-trier.de}
   170: }
   171: 
   172: @incollection {weakpointers,
   173:    author = {Peyton Jones, Simon and Marlow, Simon and Elliott, Conal},
   174:    affiliation = {Microsoft Research, Cambridge},
   175:    title = {Stretching the Storage Manager: Weak Pointers and Stable Names in Haskell},
   176:    booktitle = {Implementation of Functional Languages},
   177:    pages = {37-58},
   178:    volume = {1868},
   179:    year = {2000}
   180: }
   181:    doi = {10.1007/10722298_3},
   182:    keyword = {Computer Science},
   183:    isbn = {978-3-540-67864-9},
   184:    series = {Lecture Notes in Computer Science},
   185:    editor = {Koopman, Pieter and Clack, Chris},
   186:    publisher = {Springer Berlin / Heidelberg},

Generated by git2html.