diff options
Diffstat (limited to 'src/compiler')
| -rw-r--r-- | src/compiler/GF/Text/Lexing.hs | 2 |
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 |
