summaryrefslogtreecommitdiff
path: root/compiler/typecheck/TcTyClsDecls.hs
diff options
context:
space:
mode:
Diffstat (limited to 'compiler/typecheck/TcTyClsDecls.hs')
-rw-r--r--compiler/typecheck/TcTyClsDecls.hs4
1 files changed, 2 insertions, 2 deletions
diff --git a/compiler/typecheck/TcTyClsDecls.hs b/compiler/typecheck/TcTyClsDecls.hs
index 2c4c09722c..09d6bb70fc 100644
--- a/compiler/typecheck/TcTyClsDecls.hs
+++ b/compiler/typecheck/TcTyClsDecls.hs
@@ -1068,7 +1068,7 @@ We do kind inference as follows:
- Have complete fresh Names; see TcMType
Note [Unification variables need fresh Names]
- Assign initial monomorophic kinds to S, T
+ Assign initial monomorphic kinds to S, T
T :: kk1 -> * -> kk2 -> *
S :: kk3 -> * -> kk4 -> *
@@ -1098,7 +1098,7 @@ We do kind inference as follows:
* Step 4. Extend the type environment with a TcTyCon for S and T, now
with their utterly-final polymorphic kinds (needed for recursive
occurrences of S, T). Now typecheck the declarations, and build the
- final AlgTyCOn for S and T resp.
+ final AlgTyCon for S and T resp.
The first three steps are in kcTyClGroup; the fourth is in
tcTyClDecls.