fixing typos.

This commit is contained in:
Kazu Yamamoto 2014-04-10 16:36:15 +09:00
parent 9cd3d521d4
commit d6762ede6e
1 changed files with 2 additions and 2 deletions

View File

@ -81,7 +81,7 @@ instance HasType (LPat Id) where
typeExpr :: Options
-> Cradle
-> FilePath -- ^ A target file.
-> ModuleString -- ^ A odule name.
-> ModuleString -- ^ A module name.
-> Int -- ^ Line number.
-> Int -- ^ Column number.
-> IO String
@ -91,7 +91,7 @@ typeExpr opt cradle file modstr lineNo colNo = withGHCDummyFile $ typeOf opt cra
typeOf :: Options
-> Cradle
-> FilePath -- ^ A target file.
-> ModuleString -- ^ A odule name.
-> ModuleString -- ^ A module name.
-> Int -- ^ Line number.
-> Int -- ^ Column number.
-> Ghc String