and 1 contributors
Looking for help!
The maintainer of this distribution is looking for people to help them improve this module! If you're interested then please contact them via email.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
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