[Haskell-cafe] question about ghci on windows ...

Ian Lynagh igloo at earth.li
Wed Nov 21 20:03:10 EST 2007


On Wed, Nov 21, 2007 at 06:57:55PM -0600, Galchin Vasili wrote:
> 
>     I am trying to dump out all function signatures exported from
> System.Directory. I just tried
> inside ghci: :! ghc --show-iface System.Directory.

Aha, use

    :browse System.Directory


Thanks
Ian



More information about the Haskell-Cafe mailing list