From 05fecd151aeef2b60de2b1ed5706a14b0da522ca Mon Sep 17 00:00:00 2001 From: "simonpj@microsoft.com" Date: Tue, 21 Dec 2010 16:19:18 +0000 Subject: [PATCH] Comments only --- compiler/coreSyn/CoreSyn.lhs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/compiler/coreSyn/CoreSyn.lhs b/compiler/coreSyn/CoreSyn.lhs index 0a8659c..7bc4c44 100644 --- a/compiler/coreSyn/CoreSyn.lhs +++ b/compiler/coreSyn/CoreSyn.lhs @@ -498,7 +498,7 @@ data UnfoldingSource | InlineStable -- From an INLINE or INLINABLE pragma -- INLINE if guidance is UnfWhen - -- INLINABLE if guidance is UnfIfGoodArgs + -- INLINABLE if guidance is UnfIfGoodArgs/UnfoldNever -- (well, technically an INLINABLE might be made -- UnfWhen if it was small enough, and then -- it will behave like INLINE outside the current -- 1.7.10.4