Check the functional-perl website for properly formatted versions of these documents.

Guidelines to hack on the functional-perl project

See also [[design]].

Style

Testing

Perl issues

Tests that depend on the Perl core being fixed are only run if the TEST_PERL env variable is true. I.e. run

TEST_PERL=1 make test

or similar.