We have now released version 0.4.0.1 of the Haskell LLVM bindings.
(This release that is quite incompatible with the old 0.0.2 release.)
LLVM is a virtual machine and the bindings allow you to generate code
for this virtual machine. This code can then be executed by a JIT
or written to a file for
I am pleased to announce the release of Data.List.Split, which
provides a wide range of strategies and a unified combinator framework
for splitting lists with respect to some sort of delimiter. It
strives to be flexible yet simple. If you've ever wished there was a
simple 'split' function you cou
Hi Neil,
This is a great addition! There's several packages up there that I
want to search. A couple of small bug reports though:
1. Searching using a package name that isn't all lower case results in
nothing (e.g. (a -> b) -> f a -> f b +InfixApplicative gives no
results, while (a ->
Hi,
I am pleased to annouce that the Hoogle on http://haskell.org/hoogle
will now search lots of the libraries present on hackage. For example,
to search for the parse function in tagsoup, try:
"parse +tagsoup" (http://haskell.org/hoogle/?hoogle=parse+%2Btagsoup)
By default Hoogle will still sea