summaryrefslogtreecommitdiff
path: root/src/compiler/GF
diff options
context:
space:
mode:
authorThomas Hallgren <th-github@altocumulus.org>2019-11-18 13:20:41 +0100
committerThomas Hallgren <th-github@altocumulus.org>2019-11-18 13:20:41 +0100
commit28f53e801aaf0d47b22f64467c2c760dff8fd6a9 (patch)
tree1268d270d36b8fb3df944780c553dfbdaf0683ec /src/compiler/GF
parent6f2b1a83b7a6b2593a0c484abed84a6faaef4a93 (diff)
PGFService: revert unlexing change in PGFService to restore &+ behaviour
Diffstat (limited to 'src/compiler/GF')
-rw-r--r--src/compiler/GF/Text/Lexing.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/compiler/GF/Text/Lexing.hs b/src/compiler/GF/Text/Lexing.hs
index 7195daacd..16d53d0f8 100644
--- a/src/compiler/GF/Text/Lexing.hs
+++ b/src/compiler/GF/Text/Lexing.hs
@@ -1,5 +1,5 @@
-- | Lexers and unlexers - they work on space-separated word strings
-module GF.Text.Lexing (stringOp,opInEnv) where
+module GF.Text.Lexing (stringOp,opInEnv,bindTok) where
import GF.Text.Transliterations