[Haskell-cafe] Function call by string

Philipp Volgger pvolgger at gmail.com
Sun Apr 8 06:01:20 EDT 2007


Hello everybody!
Can me somebody say how I can call a function by string? Thus I want to 
have a function that has as argument a string (name of a function to 
call) and then tries to call that function, a kind of:

functionCall :: String -> [String] -> RetVal
functionCall functionName arguments = ...

Thanks


More information about the Haskell-Cafe mailing list