forked from GitHub/gf-core
temporaryly fix GF.Command.Commands2
This commit is contained in:
@@ -612,7 +612,7 @@ pgfCommands = Map.fromList [
|
|||||||
Nothing -> let funs = functionsByCat pgf id
|
Nothing -> let funs = functionsByCat pgf id
|
||||||
in showCat id funs))
|
in showCat id funs))
|
||||||
where
|
where
|
||||||
showCat c funs = "cat "++showCategory pgf c++
|
showCat c funs = "cat "++c++
|
||||||
" ;\n\n"++
|
" ;\n\n"++
|
||||||
unlines [showFun f ty| f<-funs,
|
unlines [showFun f ty| f<-funs,
|
||||||
Just ty <- [functionType pgf f]]
|
Just ty <- [functionType pgf f]]
|
||||||
|
|||||||
Reference in New Issue
Block a user