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. _______________________________________________ Haskell-Cafe mailing list [EMAIL PROTECTED] http://www.haskell.org/mailman/listinfo/haskell-cafe
