diff options
Diffstat (limited to 'src/GF/Speech/SRGS_ABNF.hs')
| -rw-r--r-- | src/GF/Speech/SRGS_ABNF.hs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/GF/Speech/SRGS_ABNF.hs b/src/GF/Speech/SRGS_ABNF.hs index 28f4b5684..544628a25 100644 --- a/src/GF/Speech/SRGS_ABNF.hs +++ b/src/GF/Speech/SRGS_ABNF.hs @@ -38,7 +38,7 @@ width = 75 srgsAbnfPrinter :: Maybe SISRFormat -> PGF -> CId -> String -srgsAbnfPrinter sisr pgf cnc = showDoc $ prABNF sisr $ makeSimpleSRG pgf cnc +srgsAbnfPrinter sisr pgf cnc = showDoc $ prABNF sisr $ makeNonLeftRecursiveSRG pgf cnc srgsAbnfNonRecursivePrinter :: PGF -> CId -> String srgsAbnfNonRecursivePrinter pgf cnc = showDoc $ prABNF Nothing $ makeNonRecursiveSRG pgf cnc |
