adding comments.

This commit is contained in:
Kazu Yamamoto 2014-03-27 12:44:09 +09:00
parent 1bad35aa95
commit d7b9b83857

View File

@ -68,6 +68,7 @@ unloaded modules are loaded")
(let* ((syms '(ghc-module-names (let* ((syms '(ghc-module-names
ghc-language-extensions ghc-language-extensions
ghc-option-flags ghc-option-flags
;; hard coded in GHCMod.hs
ghc-keyword-Prelude ghc-keyword-Prelude
ghc-keyword-Control.Applicative ghc-keyword-Control.Applicative
ghc-keyword-Control.Monad ghc-keyword-Control.Monad
@ -81,6 +82,7 @@ unloaded modules are loaded")
(ghc-set syms vals)) (ghc-set syms vals))
(ghc-add ghc-module-names "qualified") (ghc-add ghc-module-names "qualified")
(ghc-add ghc-module-names "hiding") (ghc-add ghc-module-names "hiding")
;; hard coded in GHCMod.hs
(ghc-merge-keywords '("Prelude" (ghc-merge-keywords '("Prelude"
"Control.Applicative" "Control.Applicative"
"Control.Monad" "Control.Monad"