I have a haskell file my.hs in a directory. In that directory I run GHCi. At the prompt I type
:load my.hs
Is there some command in GHCi that will list the names of all the functions loaded from the file? I didn't find it in the help which is displayed by :? in GHCi