summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlan Zimmerman <alan.zimm@gmail.com>2017-02-23 13:16:51 +0200
committerAlan Zimmerman <alan.zimm@gmail.com>2017-02-23 13:38:48 +0200
commit8a6b8c5fb96472d7c2e2cd1918950dd50f2fef71 (patch)
tree22b677a2bcac55974eb6c195d9168bff573dc11d
parent58415741882b8e350beaf81ccedb74ee9c99257d (diff)
downloadhaskell-8a6b8c5fb96472d7c2e2cd1918950dd50f2fef71.tar.gz
Export commentToAnnotation from Lexer.x
-rw-r--r--compiler/parser/Lexer.x1
1 files changed, 1 insertions, 0 deletions
diff --git a/compiler/parser/Lexer.x b/compiler/parser/Lexer.x
index 63715a08a8..193943270c 100644
--- a/compiler/parser/Lexer.x
+++ b/compiler/parser/Lexer.x
@@ -71,6 +71,7 @@ module Lexer (
addWarning,
lexTokenStream,
addAnnotation,AddAnn,addAnnsAt,mkParensApiAnn,
+ commentToAnnotation,
moveAnnotations
) where