summaryrefslogtreecommitdiff
path: root/src/compiler/GF/Command/Commands.hs
diff options
context:
space:
mode:
authorkrasimir <krasimir@chalmers.se>2010-12-06 14:19:51 +0000
committerkrasimir <krasimir@chalmers.se>2010-12-06 14:19:51 +0000
commitb6446ec36dcb537f39d38893f8cbe8c355c1b504 (patch)
treef6eababb1d764fe364f268f1a1959bc24f6b7c0a /src/compiler/GF/Command/Commands.hs
parent0f444d889302b68f2b7edbe31e4ddcd37e45454a (diff)
simple refactoring in PGF.Macros and related
Diffstat (limited to 'src/compiler/GF/Command/Commands.hs')
-rw-r--r--src/compiler/GF/Command/Commands.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/compiler/GF/Command/Commands.hs b/src/compiler/GF/Command/Commands.hs
index 47960f0fe..82ce69b41 100644
--- a/src/compiler/GF/Command/Commands.hs
+++ b/src/compiler/GF/Command/Commands.hs
@@ -985,7 +985,7 @@ allCommands env@(pgf, mos) = Map.fromList [
Fun cid [] -> t
Fun cid ts -> Fun (mk cid) (map t2m ts)
_ -> t
- mk = mkCId . ("mk" ++) . showCId . lookValCat pgf
+ mk = mkCId . ("mk" ++) . showCId . lookValCat (abstract pgf)
unlex opts lang = stringOps Nothing (getUnlex opts lang ++ map prOpt opts) ----