[commit: ghc] master: Typo in comment [skip ci] (7a06b22)
git at git.haskell.org
git at git.haskell.org
Wed Aug 3 13:07:29 UTC 2016
Repository : ssh://git@git.haskell.org/ghc
On branch : master
Link : http://ghc.haskell.org/trac/ghc/changeset/7a06b220447ecaf603e3c9d420ecb34b9d5609f1/ghc
>---------------------------------------------------------------
commit 7a06b220447ecaf603e3c9d420ecb34b9d5609f1
Author: Matthew Pickering <matthewtpickering at gmail.com>
Date: Wed Aug 3 14:06:57 2016 +0100
Typo in comment [skip ci]
>---------------------------------------------------------------
7a06b220447ecaf603e3c9d420ecb34b9d5609f1
compiler/basicTypes/BasicTypes.hs | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/compiler/basicTypes/BasicTypes.hs b/compiler/basicTypes/BasicTypes.hs
index f72625b..2fc3833 100644
--- a/compiler/basicTypes/BasicTypes.hs
+++ b/compiler/basicTypes/BasicTypes.hs
@@ -980,7 +980,7 @@ if an Id has defaultInlinePragma it means the user didn't specify anything.
If inl_inline = Inline or Inlineable, then the Id should have an InlineRule unfolding.
-If you want to know where InlinePragmas take effect: Look in DsBinds.mkCorePair
+If you want to know where InlinePragmas take effect: Look in DsBinds.makeCorePair
Note [CONLIKE pragma]
~~~~~~~~~~~~~~~~~~~~~
More information about the ghc-commits
mailing list