summaryrefslogtreecommitdiff
path: root/src-3.0/GF/Command/Parse.hs
diff options
context:
space:
mode:
authoraarne <aarne@cs.chalmers.se>2008-06-17 12:34:02 +0000
committeraarne <aarne@cs.chalmers.se>2008-06-17 12:34:02 +0000
commit7c097669d2c3934622c57f6e2f4ddee8826953d3 (patch)
tree937e03b32e3ee7651327a205bbd78e873679fe57 /src-3.0/GF/Command/Parse.hs
parent327d0a6a4a634b74f46c9395040fdc2945a629cf (diff)
fixed command abbreviations in GFI
Diffstat (limited to 'src-3.0/GF/Command/Parse.hs')
-rw-r--r--src-3.0/GF/Command/Parse.hs1
1 files changed, 0 insertions, 1 deletions
diff --git a/src-3.0/GF/Command/Parse.hs b/src-3.0/GF/Command/Parse.hs
index b5a76ed3e..f209b713b 100644
--- a/src-3.0/GF/Command/Parse.hs
+++ b/src-3.0/GF/Command/Parse.hs
@@ -23,7 +23,6 @@ pCommand = do
cmd <- pIdent
RP.skipSpaces
opts <- RP.sepBy pOption RP.skipSpaces
--- opts <- RP.many pOption
arg <- RP.option ANoArg (fmap AExp (pExp False))
return (Command cmd opts arg)