<html>
  <head>
    <meta content="text/html; charset=utf-8" http-equiv="Content-Type">
  </head>
  <body text="#000000" bgcolor="#FFFFFF">
    <br>
    <blockquote
cite="mid:CAKFCL4WjOyFj5q3Ub_0vC-jO_rpF8yrvEbmG+Oq1vN7H76C-Bg@mail.gmail.com"
      type="cite">
      <div class="gmail_extra">echo :browse | ghci foo.hs<br>
      </div>
    </blockquote>
    <br>
    And don't forget you can also do (in ghci)<br>
    <br>
        :! echo :browse | ghci foo.hs<br>
    <br>
    And, while you're at it:<br>
    <br>
        :def browseOther \file -> pure $ ":! echo :browse | ghci \""
    ++ file ++ "\""<br>
    <br>
    Endless fun.<br>
  </body>
</html>