[Haskell-cafe] Haskell type declaration summary
MarLinn
monkleyon at gmail.com
Thu May 4 16:44:00 UTC 2017
> echo :browse | ghci foo.hs
And don't forget you can also do (in ghci)
:! echo :browse | ghci foo.hs
And, while you're at it:
:def browseOther \file -> pure $ ":! echo :browse | ghci \"" ++
file ++ "\""
Endless fun.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.haskell.org/pipermail/haskell-cafe/attachments/20170504/b8d47a4d/attachment.html>
More information about the Haskell-Cafe
mailing list