diff options
| author | Inari Listenmaa <inari.listenmaa@gmail.com> | 2023-02-10 10:46:10 +0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-02-10 10:46:10 +0800 |
| commit | 527a4451d3aebaafbdf43401fca7ecf9b3a8c259 (patch) | |
| tree | 4800c399fe0b75a49cf015fcd40fee6680ddd402 | |
| parent | 2c13f529f981be8380e2ea869408c5c59436d049 (diff) | |
update to System.Environment (getArgs)
| -rw-r--r-- | doc/tutorial/gf-tutorial.t2t | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/tutorial/gf-tutorial.t2t b/doc/tutorial/gf-tutorial.t2t index 63407a38a..2c8d909de 100644 --- a/doc/tutorial/gf-tutorial.t2t +++ b/doc/tutorial/gf-tutorial.t2t @@ -4578,7 +4578,7 @@ in any multilingual grammar between any languages in the grammar. module Main where import PGF -import System (getArgs) +import System.Environment (getArgs) main :: IO () main = do |
