Sophie

Sophie

distrib > Fedora > 14 > x86_64 > media > updates > by-pkgid > cd38b09e3cb8d6c675b02d30393e68af > files > 18

kaya-doc-0.5.2-8.fc14.noarch.rpm

@book{compilers,
   title = {Compilers --- Principles, Techniques and Tools},
   year = {1986},
   publisher = {Addison-Wesley},
   author = {Alfred Aho and Ravi Sethi and Jeffrey Ullman}
}

@book{pj-imp,
   title = {The Implementation of Functional Programming Languages},
   year = {1987},
   publisher = {Prentice-Hall},
   author = {Simon {Peyton Jones}}
}

@misc{boehm-gc,
   howpublished = {\verb+http://www.hpl.hp.com/personal/Hans_Boehm/gc/+},
   title = {A garbage collector for {C} and {C++}},
   year = {2001},
   author = {Hans-J. Boehm and Alan J. Demers and {Xerox Corporation Silicon Graphic} and {Hewlett-Packard Company}}
}

@book{manmonth,
   title = {The Mythical Man-month: Essays on Software Engineering},
   year = {1975},
   publisher = {Addison Wesley},
   author = {Frederick P. Brooks}
}

@book{esr,
   month = {October},
   title = {The Cathedral And The Bazaar},
   year = {1999},
   publisher = {O'Reilly},
   author = {Eric Raymond}
}

@misc{haskell-report,
   title = {Haskell 98 Language and Libraries --- The Revised Report},
   year = {2002},
   month = {December},
   author = {Simon {Peyton Jones} and others},
   howpublished = {Available from \verb+http://www.haskell.org/+}
}

@book{ml,
   title = {The Definition of Standard ML --- Revised},
   year = {1997},
   publisher = {MIT Press},
   author = {Robin Milner and Mads Tofte and Robert Harper and David MacQueen}
}

@misc{ typinghaskell,
  author = "Mark Jones",
  title = "Typing {Haskell} in {Haskell}",
  howpublished = "In Haskell Workshop, September 1999.",
  year = "1999",
  url = "citeseer.ist.psu.edu/article/jones99typing.html" }