From 05326242a4036c94a8357551feb22681728d16dd Mon Sep 17 00:00:00 2001 From: "simonpj@microsoft.com" Date: Wed, 15 Oct 2008 08:45:01 +0000 Subject: [PATCH] Comments only --- compiler/typecheck/TcDeriv.lhs | 2 +- compiler/typecheck/TcRnTypes.lhs | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/compiler/typecheck/TcDeriv.lhs b/compiler/typecheck/TcDeriv.lhs index de06136..8a42009 100644 --- a/compiler/typecheck/TcDeriv.lhs +++ b/compiler/typecheck/TcDeriv.lhs @@ -423,7 +423,7 @@ makeDerivSpecs is_boot tycl_decls inst_decls deriv_decls ------------------------------------------------------------------ deriveStandalone :: LDerivDecl Name -> TcM (Maybe EarlyDerivSpec) -- Standalone deriving declarations --- e.g. deriving instance show a => Show (T a) +-- e.g. deriving instance Show a => Show (T a) -- Rather like tcLocalInstDecl deriveStandalone (L loc (DerivDecl deriv_ty)) = setSrcSpan loc $ diff --git a/compiler/typecheck/TcRnTypes.lhs b/compiler/typecheck/TcRnTypes.lhs index 86f1dfc..45907fe 100644 --- a/compiler/typecheck/TcRnTypes.lhs +++ b/compiler/typecheck/TcRnTypes.lhs @@ -633,7 +633,7 @@ I am not convinced that this duplication is necessary or useful! -=chak data Inst = Dict { tci_name :: Name, - tci_pred :: TcPredType, + tci_pred :: TcPredType, -- Class or implicit parameter only tci_loc :: InstLoc } -- 1.7.10.4