[Haskell-cafe] Pugs with GHC 6.12

2010-06-01 Thread Simon Thompson
Has anyone successfully compiled Pugs with GHC 6.12? The Pugs page suggests that it compiles, but it falls to link (and therefore build) when I try it. Thanks! Simon T.___ Haskell-Cafe mailing list Haskell-Cafe@haskell.org http://www.haskell.org/mailm

[Haskell-cafe] Books for review in the journal of functional programming

2010-10-14 Thread Simon Thompson
Just updated: list of books for review in the journal of functional programming, available here: http://www.cs.kent.ac.uk/people/staff/sjt/JFP/available.html Regards Simon T.___ Haskell-Cafe mailing list Haskell-Cafe@haskell.org http://www.haskell.

[Haskell-cafe] SBLP - call for papers

2012-01-15 Thread Simon Thompson
Borba, UFPE * Peter Mosses, Swansea University * Qiu Zongyang, Beijing University * Rafael Dueire Lins, UFPE * Renato Cerqueira, PUC-Rio * Ricardo Massa, UFPE * Roberto S. Bigonha, UFMG * Roberto Ierusalimschy, PUC-Rio * Sandro Rigo, UNICAMP * Sergio Soares, UFPE * Simon Thompson, Univ. of Kent *

[Haskell-cafe] TFPIE: Trends in Functional Programming in Education 2012

2012-02-03 Thread Simon Thompson
ty of Montreal Ralf Hinze, University of Oxford Shriram Krishnamurthi, Brown University Michel Mauny, ENSTA Paris Tech James McKinna, UK Marco T. Morazan, Seton Hall University Rinus Plasmeijer, Radboud University Nijmegen Simon Thompson, University of Kent Important Dates May 20submissi

[Haskell-cafe] Researcher / Lecturer position at the Univ. of Kent

2012-03-02 Thread Simon Thompson
om/fe/tpl_kent01.asp?newms=jj&id=36123&newlang=1 Closing date: 1/4/12, interviews: 30/4/12 If you have any questions do get in touch. Regards. Simon Simon Thompson | Professor of Logic and Computation School of Computing | University of Kent | Canterbury, CT2 7NF, UK s.j.thomp...@kent.a

[Haskell-cafe] Final CFP: 16th Brazilian Symposium on Programming Languages

2012-04-14 Thread Simon Thompson
andro Rigo, UNICAMP * Sergio Soares, UFPE * Simon Thompson, Univ. of Kent * Varmo Vene, Univ. de Tartu Simon Thompson | Professor of Logic and Computation School of Computing | University of Kent | Canterbury, CT2 7NF, UK s.j.thomp...@kent.ac.uk | M +44 7986 085754 | W www.cs.kent.ac.uk

[Haskell-cafe] Two-day Haskell tutorial, Copenhagen, September 13-14

2012-07-24 Thread Simon Thompson
le taste of the joys of concurrent programming in Haskell. By the end, you will be writing some simple (but real!) Concurrent Haskell programs. We will also cover some of the practical aspects of day-to-day programming in Haskell, such as working with third-party libraries. Simon Thompson | Pro

[Haskell-cafe] Research Associate in Modelling and Testing using QuickCheck

2012-10-15 Thread Simon Thompson
If you have any questions about the position, or would like to discuss it informally, please contact me by email. Simon Thompson Simon Thompson | Professor of Logic and Computation School of Computing | University of Kent | Canterbury, CT2 7NF, UK s.j.thomp...@kent.ac.uk | M +44 79

Re: [Haskell-cafe] Why Kleisli composition is not in the Monad signature?

2012-10-16 Thread Simon Thompson
rable (and often the definitions too). Simon On 16 Oct 2012, at 20:14, David Thomas wrote: >> class Monad m where >> return :: a -> m a >> kleisli :: (a -> m b) -> (b -> m c) -> (a -> m c) Simon Thompson | Professor of Logic and Computation School of C

Re: [Haskell-cafe] Proving programs

2013-01-02 Thread Simon Thompson
outputs to stdout, and repeats this process until > EOF? Should I be thinking of every iteration as a separate program? Simon Thompson | Professor of Logic and Computation School of Computing | University of Kent | Canterbury, CT2 7NF, UK s.j.thomp...@kent.ac.uk | M +44 7986 085754

[Haskell-cafe] Commercial Users of Functional Programming: Call for tutorials

2013-03-06 Thread Simon Thompson
be provided by the meeting? and should be sent by email to - Francesco Cesarini: france...@erlang-solutions.com - Simon Thompson: s.j.thomp...@kent.ac.uk by 31 March 2013. Simon Thompson | Professor of Logic and Computation School of Computing | University of Kent | Canterbury, CT2 7NF, UK

[Haskell-cafe] Tutorials at Commercial Users of Functional Programming 2013

2013-03-22 Thread Simon Thompson
There's still time to submit a tutorial proposal for Commercial Users of Functional Programming in Boston … http://cufp.org/cufp2013-call-tutorials Simon Thompson | Professor of Logic and Computation School of Computing | University of Kent | Canterbury, CT2 7NF, UK s.j.thomp...@kent.

[Haskell-cafe] 17th BRAZILIAN SYMPOSIUM ON PROGRAMMING LANGUAGES

2013-04-22 Thread Simon Thompson
berto Ierusalimschy, PUC-Rio Sandro Rigo, UNICAMP Sergio Soares, UFPE Simon Thompson, Univ. of Kent Varmo Vene, Univ. de Tartu Simon Thompson | Professor of Logic and Computation School of Computing | University of Kent | Canterbury, CT2 7NF, UK s.j.thomp...@kent.ac.uk | M +44 7986 08575

[Haskell-cafe] Problem with compilation on MAC OS X

2013-05-30 Thread Simon Thompson
XCode command line tools installed. Thanks! Simon T. Simon Thompson | Professor of Logic and Computation School of Computing | University of Kent | Canterbury, CT2 7NF, UK s.j.thomp...@kent.ac.uk | M +44 7986 085754 | W www.cs.kent.ac.uk/~sjt ___ Ha

Re: [Haskell-cafe] Problem with compilation on MAC OS X

2013-05-30 Thread Simon Thompson
self, or wait for a new release. > > On May 30, 2013 3:04 PM, "Simon Thompson" wrote: > Simon Thompson | Professor of Logic and Computation School of Computing | University of Kent | Canterbury, CT2 7NF, UK s.j.thomp...@kent.ac.uk | M +44

[Haskell-cafe] SBLP 2011 - call for papers

2010-11-05 Thread Simon Thompson
(TBC) * Peter Mosses, Swansea University * Renato Cerqueira, PUC-Rio * Ricardo Massa, UFPE * Roberto S. Bigonha, UFMG (TBC) * Roberto Ierusalimschy, PUC-Rio * Sandro Rigo, UNICAMP * Sergio Soares, UFPE (TBC) * Sergiu Dascalu, Univ. of Nevada * Simon Thompson, Univ. of Kent * Sophia Drossopoulou, Imp

Re: [Haskell-cafe] Proving correctness

2011-02-16 Thread Simon Thompson
I did some work years ago about giving a predicate logic treatment of Haskell, based on earlier work for Miranda, and formalised some proofs based on this in Isabelle. Here are the links: Logic for Miranda, revisited [from Formal Aspects of Computing, 1995] http://www.cs.kent.ac.uk/pubs/1995/6

[Haskell-cafe] PEPM'12 Deadline Extension

2011-10-11 Thread Simon Thompson
Pueschel (ETH Zurich, Switzerland) - Martin Berger (University of Sussex, UK) Program Chairs - Oleg Kiselyov (Monterey, CA, USA) - Simon Thompson (University of Kent, UK) Program Committee Members - Emilie Balland (INRIA, France) - Ewen Denney (NASA Ames Research Center, USA) - Martin Erwig (Oregon St

[Haskell-cafe] PEPM'12 Call for participation

2011-11-23 Thread Simon Thompson
A Cost and Termination Analyzer for ABS Simon Thompson | Professor of Logic and Computation School of Computing | University of Kent | Canterbury, CT2 7NF, UK s.j.thomp...@kent.ac.uk | M +44 7986 085754 | W www.cs.kent.ac.uk/~sjt ___ Haskell-Cafe ma

[Haskell-cafe] PEPM'12 - second call for participation

2011-12-19 Thread Simon Thompson
Sussex, UK) http://www.informatics.sussex.ac.uk/users/mfb21/ VENUE The conference is co-located with POPL and will be held at the Sheraton Society Hill Hotel in Philadelphia's historic district. For hotel rate details and booking please see the POPL webpage: http://www.cse.psu.edu/pop