From 646d15ad8f1119f339998ee8dd79ea96cfd1d165 Mon Sep 17 00:00:00 2001 From: Eric Lindblad Date: Tue, 13 Sep 2022 10:31:23 +0200 Subject: Fix typos This fixes various typos and spelling mistakes in the compiler. Fixes #21891 --- compiler/Language/Haskell/Syntax/Decls.hs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'compiler/Language/Haskell/Syntax/Decls.hs') diff --git a/compiler/Language/Haskell/Syntax/Decls.hs b/compiler/Language/Haskell/Syntax/Decls.hs index 56b32bb97f..7e1ab91cad 100644 --- a/compiler/Language/Haskell/Syntax/Decls.hs +++ b/compiler/Language/Haskell/Syntax/Decls.hs @@ -419,7 +419,7 @@ data TyClDecl pass -- 'GHC.Parser.Annotation.AnnEqual', -- For details on above see Note [exact print annotations] in GHC.Parser.Annotation - SynDecl { tcdSExt :: XSynDecl pass -- ^ Post renameer, FVs + SynDecl { tcdSExt :: XSynDecl pass -- ^ Post renamer, FVs , tcdLName :: LIdP pass -- ^ Type constructor , tcdTyVars :: LHsQTyVars pass -- ^ Type variables; for an -- associated type these @@ -585,7 +585,7 @@ PRINCIPLE: Examples: * data T1 (a :: *->*) (b :: *) = .... - -- Has CUSK; equivalant to T1 :: (*->*) -> * -> * + -- Has CUSK; equivalent to T1 :: (*->*) -> * -> * * data T2 a b = ... -- No CUSK; we do not want to guess T2 :: * -> * -> * -- cgit v1.2.1