updated at Mon Dec 22 13:37:09 JST 2008
This page is under construction
Please install ehaskell by using cabal, or by the way which your distribution prepare if it has ehaskell package.
> echo "Hello, world." > hello.ehs
> ehs hello.ehs
Hello, world.