Interpret haskell within haskell.

oleg@pobox.com oleg@pobox.com
Fri, 20 Dec 2002 15:01:47 -0800 (PST)


David J. Sankel wrote:
> I was referring to a haskell interpreter to be used
> within haskell code.  For instance:

> main = do
>   user_configuration <- parseHaskell
>   title <- resolveFunction user_configuration "title"
> :: String
>   putStr title

This was exactly the gist of the message:

http://www.haskell.org/pipermail/haskell-cafe/2002-September/003423.html

The message gave the working example. The end of the message posed
that GHCi is better for these kinds of things. Simon Marlow's message
shows that this is indeed the case.