3

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

Jan Hrcek
  • 626
  • 11
  • 24

1 Answers1

6

I found this question was already answered here

The command I was looking for was

:browse Main
Community
  • 1
  • 1
Jan Hrcek
  • 626
  • 11
  • 24