0. first of all

updated at Mon Dec 22 13:37:09 JST 2008

This page is under construction

0.1. Install ehaskell

Please install ehaskell by using cabal, or by the way which your distribution prepare if it has ehaskell package.

0.2. Test whether installation success or not

> echo "Hello, world." > hello.ehs

> ehs hello.ehs

Hello, world.