[Haskell] Programme terminates silently

2008-05-31 Thread Thomas Bevan
Hi, I've written the programme below. The lircLoop should never terminate. Unfortunately it does. Worse, no error messages are generated. Not even the final line "Closing down" is printed. How is this possible? Thanks for your help. import Hmpf.Tree as T import Control.Concurrent hiding (forkI

Re: [Haskell] Latex and Bibtex

2005-04-08 Thread Thomas Bevan
to the Haskell > list? > > You know about Filliatre's bibtex2html, I presume? It isn't a > replacement for bibtex, but it runs bibtex and uses the output via an > OCaml program to generate html. > > I'm curious as to what your interest is. > > Cheers, > J

Re: [Haskell] Latex and Bibtex

2005-04-07 Thread Thomas Bevan
Thanks, this was exactly the sort of thing I was looking for. ___ Haskell mailing list Haskell@haskell.org http://www.haskell.org/mailman/listinfo/haskell

[Haskell] Latex and Bibtex

2005-04-06 Thread Thomas Bevan
Does anyone know of any work being done on Latex with Haskell? I am particularly interested in finding a Haskell replacement to Bibtex. Thanks. Tom ___ Haskell mailing list Haskell@haskell.org http://www.haskell.org/mailman/listinfo/haskell