summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexander Berntsen <alexander@plaimi.net>2014-07-18 23:56:00 -0500
committerAustin Seipp <austin@well-typed.com>2014-07-20 16:55:52 -0500
commite0d4386e23a1f67d03fbe67f37ed112830858680 (patch)
treede5dd205f9c2d48eeb95c6a19eec991be05c0ac8
parent80868ec8e6483fcc2a70754ebc5e3d3d7522a088 (diff)
downloadhaskell-e0d4386e23a1f67d03fbe67f37ed112830858680.tar.gz
Data.List: Unterse/Obvious comment regarding CPP
Test Plan: validate Reviewers: austin Reviewed By: austin Subscribers: phaskell, simonmar, relrod, carter Differential Revision: https://phabricator.haskell.org/D77
-rw-r--r--libraries/base/Data/List.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/libraries/base/Data/List.hs b/libraries/base/Data/List.hs
index a5e52e548e..2cd9a3b4d1 100644
--- a/libraries/base/Data/List.hs
+++ b/libraries/base/Data/List.hs
@@ -216,7 +216,7 @@ import GHC.Real
import GHC.List
import GHC.Base
-infix 5 \\ -- comment to fool cpp
+infix 5 \\ -- comment to fool cpp: https://www.haskell.org/ghc/docs/latest/html/users_guide/options-phases.html#cpp-string-gaps
-- -----------------------------------------------------------------------------
-- List functions