From ed37fb03cf96b63a9d02007a7791953100fcad2f Mon Sep 17 00:00:00 2001 From: "nr@eecs.harvard.edu" Date: Mon, 25 Jun 2007 13:19:06 +0000 Subject: [PATCH] request for documentation of a new argument --- compiler/main/GHC.hs | 1 + 1 file changed, 1 insertion(+) 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 -- 1.7.10.4