diff options
Diffstat (limited to 'src/GF/Compile/ShellState.hs')
| -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 |
