[commit: ghc] master: Spelling in a comment (97c49e9)
git at git.haskell.org
git at git.haskell.org
Thu Jan 7 08:36:38 UTC 2016
Repository : ssh://git@git.haskell.org/ghc
On branch : master
Link : http://ghc.haskell.org/trac/ghc/changeset/97c49e9e78e6e0d385b8fd0b8a7de38ba6f10e76/ghc
>---------------------------------------------------------------
commit 97c49e9e78e6e0d385b8fd0b8a7de38ba6f10e76
Author: Simon Peyton Jones <simonpj at microsoft.com>
Date: Wed Jan 6 17:04:47 2016 +0000
Spelling in a comment
>---------------------------------------------------------------
97c49e9e78e6e0d385b8fd0b8a7de38ba6f10e76
compiler/typecheck/TcBinds.hs | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/compiler/typecheck/TcBinds.hs b/compiler/typecheck/TcBinds.hs
index 113a561..12dec4c 100644
--- a/compiler/typecheck/TcBinds.hs
+++ b/compiler/typecheck/TcBinds.hs
@@ -1999,7 +1999,7 @@ decideGeneralisationPlan dflags type_env bndr_names lbinds sig_fn
| otherwise
= Nothing
- -- The Haskell 98 monomorphism resetriction
+ -- The Haskell 98 monomorphism restriction
restricted (PatBind {}) = True
restricted (VarBind { var_id = v }) = no_sig v
restricted (FunBind { fun_id = v, fun_matches = m }) = restricted_match m
More information about the ghc-commits
mailing list