
Language::Haskell - Perl bindings to Haskell

This document describes version 0.01 of Language::Haskell, released December 26, 2004.

use Language::Haskell;
my $env = Language::Haskell->new;
print $env->eval('product [1..10]'); # 3628800
# See t/*.t in the source distribution for more!

This module provides Perl bindings to the Haskell language, via the embedded Haskell User's Gofer System (Hugs).
The documentation is sorely lacking at this moment. For an overview of supported features, please consult t/*.t in the source distribution.


Autrijus Tang <autrijus@autrijus.org>

Copyright 2004 by Autrijus Tang <autrijus@autrijus.org>.
This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself.