I am writing a .hs (haskell) file through emacs and loading it with 'load file' (C-c C-l).
For testing the functions, I switchover to Main Prompt Window (C-x o), where I need to type complete function name. I am sure there must be a way to get the function names through auto-completion, but I don't know how to do it and could not find?
Please guide.