diff options
| author | Arianna Masciolini <uzkamascio@gmail.com> | 2025-08-08 18:20:47 +0200 |
|---|---|---|
| committer | Arianna Masciolini <uzkamascio@gmail.com> | 2025-08-08 18:20:47 +0200 |
| commit | dcae5f929eb5008818a66ef84a00b01d8c2c5390 (patch) | |
| tree | 24e128bb61e11d7fb7e7e882e8459dcb595635de /src/compiler/GF/Interactive2.hs | |
| parent | 638ed39fa4068ddb513542dfb886906d011bc38e (diff) | |
| parent | 726fb3467c1d1c1b6c15afc54ec81ad06528e7ac (diff) | |
fix typo
Diffstat (limited to 'src/compiler/GF/Interactive2.hs')
| -rw-r--r-- | src/compiler/GF/Interactive2.hs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/compiler/GF/Interactive2.hs b/src/compiler/GF/Interactive2.hs index d429b4530..f0c3f6043 100644 --- a/src/compiler/GF/Interactive2.hs +++ b/src/compiler/GF/Interactive2.hs @@ -12,7 +12,7 @@ import GF.Command.Abstract import GF.Command.Parse(readCommandLine,pCommand) import GF.Data.Operations (Err(..)) import GF.Data.Utilities(whenM,repeatM) - +import Control.Monad (join, when, (<=<)) import GF.Infra.UseIO(ioErrorText,putStrLnE) import GF.Infra.SIO import GF.Infra.Option |
