PGFService: revert unlexing change in PGFService to restore &+ behaviour

This commit is contained in:
Thomas Hallgren
2019-11-18 13:20:41 +01:00
parent 6f2b1a83b7
commit 28f53e801a
2 changed files with 12 additions and 5 deletions

View File

@@ -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