summaryrefslogtreecommitdiff
path: root/src/GF/UseGrammar/Custom.hs
diff options
context:
space:
mode:
authoraarne <unknown>2005-10-12 11:38:29 +0000
committeraarne <unknown>2005-10-12 11:38:29 +0000
commit7b941a4ffaf34b4b078a596ec56cdb86ef0b6869 (patch)
treea071de43c90187486db1cd512f4a50c44f072de4 /src/GF/UseGrammar/Custom.hs
parentea1dcfd70aa7a2fb6a0b4227a6a5b83123bb4985 (diff)
gt -atoms
Diffstat (limited to 'src/GF/UseGrammar/Custom.hs')
-rw-r--r--src/GF/UseGrammar/Custom.hs6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/GF/UseGrammar/Custom.hs b/src/GF/UseGrammar/Custom.hs
index 8db581d18..ee68c9b3c 100644
--- a/src/GF/UseGrammar/Custom.hs
+++ b/src/GF/UseGrammar/Custom.hs
@@ -5,9 +5,9 @@
-- Stability : (stable)
-- Portability : (portable)
--
--- > CVS $Date: 2005/10/05 20:02:20 $
+-- > CVS $Date: 2005/10/12 12:38:30 $
-- > CVS $Author: aarne $
--- > CVS $Revision: 1.77 $
+-- > CVS $Revision: 1.78 $
--
-- A database for customizable GF shell commands.
--
@@ -344,7 +344,7 @@ customTermCommand =
,(strCI "generate", \g t -> let gr = grammar g
cat = actCat $ tree2loc t --- not needed
in
- [tr | t <- generateTrees gr False cat 2 Nothing (Just t),
+ [tr | t <- generateTrees noOptions gr cat 2 Nothing (Just t),
Ok tr <- [annotate gr $ MM.qualifTerm (absId g) t]])
,(strCI "typecheck", \g t -> err (const []) (return . loc2tree)
(reCheckStateReject (grammar g) (tree2loc t)))