diff options
| author | aarne <aarne@cs.chalmers.se> | 2008-06-24 13:58:04 +0000 |
|---|---|---|
| committer | aarne <aarne@cs.chalmers.se> | 2008-06-24 13:58:04 +0000 |
| commit | 239f310eb560763c215400a41af7e21fa0f2d51f (patch) | |
| tree | afad2f258975e34b40e2e60ead2436ef98c38411 /src-3.0/GF/Command/Abstract.hs | |
| parent | 223480bb77d5a86f3a9dcb2f02fcafbd89de453a (diff) | |
cp1251 coding ; trying to recognize the coding flag in grammar
Diffstat (limited to 'src-3.0/GF/Command/Abstract.hs')
| -rw-r--r-- | src-3.0/GF/Command/Abstract.hs | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src-3.0/GF/Command/Abstract.hs b/src-3.0/GF/Command/Abstract.hs index 23f76fa82..16905c2f9 100644 --- a/src-3.0/GF/Command/Abstract.hs +++ b/src-3.0/GF/Command/Abstract.hs @@ -60,4 +60,8 @@ isFlag o opts = elem o [x | OFlag x _ <- opts] prOpt :: Option -> String prOpt (OOpt i) = i ---- +mkOpt :: String -> Option +mkOpt = OOpt + + |
