[commit: ghc] master: White space only (f2d36ea)
git at git.haskell.org
git at git.haskell.org
Tue Jul 5 15:20:15 UTC 2016
Repository : ssh://git@git.haskell.org/ghc
On branch : master
Link : http://ghc.haskell.org/trac/ghc/changeset/f2d36ead6e094439a43866160010dac7f1f86ec6/ghc
>---------------------------------------------------------------
commit f2d36ead6e094439a43866160010dac7f1f86ec6
Author: Simon Peyton Jones <simonpj at microsoft.com>
Date: Tue Jul 5 16:22:17 2016 +0100
White space only
>---------------------------------------------------------------
f2d36ead6e094439a43866160010dac7f1f86ec6
compiler/basicTypes/BasicTypes.hs | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/compiler/basicTypes/BasicTypes.hs b/compiler/basicTypes/BasicTypes.hs
index a002207..7fe4cb9 100644
--- a/compiler/basicTypes/BasicTypes.hs
+++ b/compiler/basicTypes/BasicTypes.hs
@@ -993,11 +993,11 @@ The main effects of CONLIKE are:
isConLike :: RuleMatchInfo -> Bool
isConLike ConLike = True
-isConLike _ = False
+isConLike _ = False
isFunLike :: RuleMatchInfo -> Bool
isFunLike FunLike = True
-isFunLike _ = False
+isFunLike _ = False
isEmptyInlineSpec :: InlineSpec -> Bool
isEmptyInlineSpec EmptyInlineSpec = True
More information about the ghc-commits
mailing list