Send Beginners mailing list submissions to
[email protected]
To subscribe or unsubscribe via the World Wide Web, visit
http://www.haskell.org/mailman/listinfo/beginners
or, via email, send a message with subject or body 'help' to
[email protected]
You can reach the person managing the list at
[email protected]
When replying, please edit your Subject line so it is more specific
than "Re: Contents of Beginners digest..."
Today's Topics:
1. Re: 'cabal install hdirect' can't find hdirect (Larry Evans)
----------------------------------------------------------------------
Message: 1
Date: Mon, 05 Jul 2010 09:01:07 -0500
From: Larry Evans <[email protected]>
Subject: Re: [Haskell-beginners] 'cabal install hdirect' can't find
hdirect
To: [email protected]
Message-ID: <[email protected]>
Content-Type: text/plain; charset=ISO-8859-1; format=flowed
On 07/05/10 08:12, Stephen Tetley wrote:
> Hi Larry
>
> Here is the working code.
>
>
[snip]
Thanks very much Stephen. I just added:
{-# LANGUAGE PatternSignatures #-}
to get it to compile with ghci:
~/prog_dev/haskell/modular-interpreter $ ghci Interpreter.hs
GHCi, version 6.8.3: http://www.haskell.org/ghc/ :? for help
Loading package base ... linking ... done.
[1 of 1] Compiling Interpreter ( Interpreter.hs, interpreted )
Ok, modules loaded: Interpreter.
*Interpreter>
------------------------------
_______________________________________________
Beginners mailing list
[email protected]
http://www.haskell.org/mailman/listinfo/beginners
End of Beginners Digest, Vol 25, Issue 16
*****************************************