From: nr@eecs.harvard.edu Date: Mon, 25 Jun 2007 13:19:06 +0000 (+0000) Subject: request for documentation of a new argument X-Git-Tag: 2007-11-11~42 X-Git-Url: http://git.megacz.com/?a=commitdiff_plain;ds=inline;h=ed37fb03cf96b63a9d02007a7791953100fcad2f;p=ghc-hetmet.git request for documentation of a new argument --- diff --git a/compiler/main/GHC.hs b/compiler/main/GHC.hs index bf1bd77..8bca662 100644 --- a/compiler/main/GHC.hs +++ b/compiler/main/GHC.hs @@ -332,6 +332,7 @@ defaultCleanupHandler dflags inner = -- | Starts a new session. A session consists of a set of loaded -- modules, a set of options (DynFlags), and an interactive context. +-- ToDo: explain argument [[mb_top_dir]] newSession :: Maybe FilePath -> IO Session newSession mb_top_dir = do -- catch ^C