summaryrefslogtreecommitdiff
path: root/compiler/basicTypes
diff options
context:
space:
mode:
authorjhb563 <jhbowen047@gmail.com>2018-06-25 20:05:48 -0700
committerBen Gamari <ben@smart-cactus.org>2018-07-12 11:25:03 -0400
commit00cb530c40d897742ca69a7ee0942754a1f3802b (patch)
treee033c0beb4fc9d715e051fa795c263a66577546c /compiler/basicTypes
parent5ee9a1cd0e633ad5ef9d905681d1a231ce1f616c (diff)
downloadhaskell-00cb530c40d897742ca69a7ee0942754a1f3802b.tar.gz
Adding missing 'no'
Diffstat (limited to 'compiler/basicTypes')
-rw-r--r--compiler/basicTypes/Lexeme.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler/basicTypes/Lexeme.hs b/compiler/basicTypes/Lexeme.hs
index 74f6e6cd4a..d397deaea8 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