diff options
author | Gabor Greif <ggreif@gmail.com> | 2014-07-13 11:52:17 +0200 |
---|---|---|
committer | Gabor Greif <ggreif@gmail.com> | 2014-07-13 13:34:11 +0200 |
commit | 8af2f702210b359dad1e65fb029ddf934b967edc (patch) | |
tree | 4d3c1607d20f4acf6c399ae5943d7ec9b50ba2ea | |
parent | 47640ca4e5cdb2882f0b30dec7b34f8c5c734171 (diff) | |
download | haskell-8af2f702210b359dad1e65fb029ddf934b967edc.tar.gz |
Typo in comment
-rw-r--r-- | compiler/typecheck/TcExpr.lhs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler/typecheck/TcExpr.lhs b/compiler/typecheck/TcExpr.lhs index d4120d0fff..7e6c495506 100644 --- a/compiler/typecheck/TcExpr.lhs +++ b/compiler/typecheck/TcExpr.lhs @@ -76,7 +76,7 @@ import qualified Data.Set as Set \begin{code} tcPolyExpr, tcPolyExprNC :: LHsExpr Name -- Expression to type check - -> TcSigmaType -- Expected type (could be a polytpye) + -> TcSigmaType -- Expected type (could be a polytype) -> TcM (LHsExpr TcId) -- Generalised expr with expected type -- tcPolyExpr is a convenient place (frequent but not too frequent) |