[commit: ghc] master: Adding missing 'no' (00cb530)
git at git.haskell.org
git at git.haskell.org
Thu Jul 12 15:36:14 UTC 2018
Repository : ssh://git@git.haskell.org/ghc
On branch : master
Link : http://ghc.haskell.org/trac/ghc/changeset/00cb530c40d897742ca69a7ee0942754a1f3802b/ghc
>---------------------------------------------------------------
commit 00cb530c40d897742ca69a7ee0942754a1f3802b
Author: jhb563 <jhbowen047 at gmail.com>
Date: Mon Jun 25 20:05:48 2018 -0700
Adding missing 'no'
>---------------------------------------------------------------
00cb530c40d897742ca69a7ee0942754a1f3802b
compiler/basicTypes/Lexeme.hs | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/compiler/basicTypes/Lexeme.hs b/compiler/basicTypes/Lexeme.hs
index 74f6e6c..d397dea 100644
--- a/compiler/basicTypes/Lexeme.hs
+++ b/compiler/basicTypes/Lexeme.hs
@@ -2,7 +2,7 @@
--
-- Functions to evaluate whether or not a string is a valid identifier.
-- There is considerable overlap between the logic here and the logic
--- in Lexer.x, but sadly there seems to be way to merge them.
+-- in Lexer.x, but sadly there seems to be no way to merge them.
module Lexeme (
-- * Lexical characteristics of Haskell names
More information about the ghc-commits
mailing list