diff options
author | David Terei <davidterei@gmail.com> | 2011-06-29 17:40:49 -0700 |
---|---|---|
committer | David Terei <davidterei@gmail.com> | 2011-06-29 17:42:20 -0700 |
commit | fe7eac515ae2d072aec4b4e7a576841b27540114 (patch) | |
tree | 534ac8b9fbed75452a81cdd30a5dc2df02e90e24 /ghc/InteractiveUI.hs | |
parent | e2ce80dc692a5f62a8e5ac2000bf80037bbab95f (diff) | |
download | haskell-fe7eac515ae2d072aec4b4e7a576841b27540114.tar.gz |
SafeHaskell: Try to be consistent in naming.
Diffstat (limited to 'ghc/InteractiveUI.hs')
-rw-r--r-- | ghc/InteractiveUI.hs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ghc/InteractiveUI.hs b/ghc/InteractiveUI.hs index 981abdfe79..139c2b462e 100644 --- a/ghc/InteractiveUI.hs +++ b/ghc/InteractiveUI.hs @@ -1322,7 +1322,7 @@ runScript filename = do else return () ----------------------------------------------------------------------------- --- Displaying SafeHaskell properties of a module +-- Displaying Safe Haskell properties of a module isSafeCmd :: String -> InputT GHCi () isSafeCmd m = |