diff options
| author | bjorn <bjorn@bringert.net> | 2008-10-15 11:55:18 +0000 |
|---|---|---|
| committer | bjorn <bjorn@bringert.net> | 2008-10-15 11:55:18 +0000 |
| commit | 849642e9dd638082bb7b1d7b704200e01429233d (patch) | |
| tree | 214c5148df1604cac0dca88fd2aac6e190055a5d /src/GF/Source/GrammarToSource.hs | |
| parent | 1ecb4f63e9765962aab570bf043cb65c22df1e45 (diff) | |
Merge ModuleOptions and Options.
Diffstat (limited to 'src/GF/Source/GrammarToSource.hs')
| -rw-r--r-- | src/GF/Source/GrammarToSource.hs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/GF/Source/GrammarToSource.hs b/src/GF/Source/GrammarToSource.hs index f76fe6cee..bf3b92222 100644 --- a/src/GF/Source/GrammarToSource.hs +++ b/src/GF/Source/GrammarToSource.hs @@ -132,7 +132,7 @@ trPerh p = case p of May b -> P.EIndir $ tri b _ -> P.EMeta --- -trFlags :: ModuleOptions -> [P.TopDef] +trFlags :: Options -> [P.TopDef] trFlags = map trFlag . moduleOptionsGFO trFlag :: (String,String) -> P.TopDef |
