diff options
| author | Simon Peyton Jones <simonpj@microsoft.com> | 2012-09-17 13:35:07 +0100 |
|---|---|---|
| committer | Simon Peyton Jones <simonpj@microsoft.com> | 2012-09-17 13:35:07 +0100 |
| commit | 5f312c87e816e8e24d6b065b0d5cb74c86a5defb (patch) | |
| tree | 8cdf53e4eded72f4e56dd0c05d00bb54fc39fbb8 | |
| parent | 8a9a7a8c42da3adb603f319a74e304af5e1b2128 (diff) | |
| download | haskell-5f312c87e816e8e24d6b065b0d5cb74c86a5defb.tar.gz | |
Spelling in comments only
| -rw-r--r-- | compiler/typecheck/TcHsType.lhs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler/typecheck/TcHsType.lhs b/compiler/typecheck/TcHsType.lhs index 9650b059e9..c1221efd4d 100644 --- a/compiler/typecheck/TcHsType.lhs +++ b/compiler/typecheck/TcHsType.lhs @@ -1201,7 +1201,7 @@ Consider Here * The pattern (T p1 p2) creates a *skolem* type variable 'a_sk', It must be a skolem so that that it retains its identity, and - TcErrors.getSkolemInfo can therreby find the binding site for the skolem. + TcErrors.getSkolemInfo can thereby find the binding site for the skolem. * The type signature pattern (f :: a->Int) binds "a" -> a_sig in the envt |
