summaryrefslogtreecommitdiff
path: root/src/compiler/GF/Command/Commands2.hs
diff options
context:
space:
mode:
authorInari Listenmaa <inari.listenmaa@gmail.com>2017-12-28 13:20:44 +0200
committerInari Listenmaa <inari.listenmaa@gmail.com>2017-12-28 13:20:44 +0200
commitced0bff5c7d3e947390b51e3c5e03fc521f22feb (patch)
tree500fb84dc12803ebe15123588b28b7a6d4afcfcf /src/compiler/GF/Command/Commands2.hs
parentef1b67356d598a341ace23264771aeb82ed342f2 (diff)
parente2ec40a22f1ac754413828212f0468358ffc3936 (diff)
Merge remote-tracking branch 'origin/master' into basque
Diffstat (limited to 'src/compiler/GF/Command/Commands2.hs')
-rw-r--r--src/compiler/GF/Command/Commands2.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/compiler/GF/Command/Commands2.hs b/src/compiler/GF/Command/Commands2.hs
index 995d2d560..0cc5d7d23 100644
--- a/src/compiler/GF/Command/Commands2.hs
+++ b/src/compiler/GF/Command/Commands2.hs
@@ -612,7 +612,7 @@ pgfCommands = Map.fromList [
Nothing -> let funs = functionsByCat pgf id
in showCat id funs))
where
- showCat c funs = "cat "++showCategory pgf c++
+ showCat c funs = "cat "++c++
" ;\n\n"++
unlines [showFun f ty| f<-funs,
Just ty <- [functionType pgf f]]