From 58879838c504929d5e0be905b4f8266df385cfdd Mon Sep 17 00:00:00 2001 From: "simonpj@microsoft.com" Date: Wed, 21 Jul 2010 14:42:57 +0000 Subject: [PATCH] Comments only --- compiler/typecheck/TcBinds.lhs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/compiler/typecheck/TcBinds.lhs b/compiler/typecheck/TcBinds.lhs index 7978dad..84a25f2 100644 --- a/compiler/typecheck/TcBinds.lhs +++ b/compiler/typecheck/TcBinds.lhs @@ -446,7 +446,7 @@ tcPrags :: RecFlag -> Bool -- True <=> function is overloaded -> Id -> [LSig Name] -> TcM (Id, [Located TcSpecPrag]) --- Add INLINE and SPECLIASE pragmas +-- Add INLINE and SPECIALSE pragmas -- INLINE prags are added to the (polymorphic) Id directly -- SPECIALISE prags are passed to the desugarer via TcSpecPrags -- Pre-condition: the poly_id is zonked -- 1.7.10.4