diff options
| author | aarne <unknown> | 2004-05-27 14:43:13 +0000 |
|---|---|---|
| committer | aarne <unknown> | 2004-05-27 14:43:13 +0000 |
| commit | 6dcf9f1cd463262bd3015b93afb615c487f0b349 (patch) | |
| tree | ba443c12c3820f7a6154a889f7f2057362843004 /src/GF/Compile | |
| parent | 244307ca3765c784cf3cb7d572eb08751a2ba74c (diff) | |
command option check
Diffstat (limited to 'src/GF/Compile')
| -rw-r--r-- | src/GF/Compile/ShellState.hs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/GF/Compile/ShellState.hs b/src/GF/Compile/ShellState.hs index a9cc3bf7a..3a7151ad8 100644 --- a/src/GF/Compile/ShellState.hs +++ b/src/GF/Compile/ShellState.hs @@ -287,6 +287,7 @@ stateAbstractGrammar st = StGr { -- analysing shell state into parts globalOptions = gloptions allLanguages = map (fst . fst) . concretes +allCategories = map fst . allCatsOf . canModules allStateGrammars = map snd . allStateGrammarsWithNames |
