NAME

Language::Haskell - Perl bindings to Haskell

VERSION

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

SYNOPSIS

use Language::Haskell;
my $env = Language::Haskell->new;
print $env->eval('product [1..10]'); # 3628800

# See t/*.t in the source distribution for more!

DESCRIPTION

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.

SEE ALSO

Language::Haskell::API

http://www.haskell.org/hugs/

AUTHORS

Autrijus Tang <autrijus@autrijus.org>

COPYRIGHT

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.

See http://www.perl.com/perl/misc/Artistic.html