diff options
Diffstat (limited to 'src/GF/Shell/ShellCommands.hs')
| -rw-r--r-- | src/GF/Shell/ShellCommands.hs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/GF/Shell/ShellCommands.hs b/src/GF/Shell/ShellCommands.hs index 121d8cda6..b9ab2c01b 100644 --- a/src/GF/Shell/ShellCommands.hs +++ b/src/GF/Shell/ShellCommands.hs @@ -50,6 +50,7 @@ data Command = | CGenerateTrees | CPutTerm | CWrapTerm I.Ident + | CApplyTransfer (Maybe I.Ident, I.Ident) | CMorphoAnalyse | CTestTokenizer | CComputeConcrete String |
