simple refactoring in PGF.Macros and related

This commit is contained in:
krasimir
2010-12-06 14:19:51 +00:00
parent 1c2b1828b1
commit a9218ff45c
5 changed files with 17 additions and 17 deletions

View File

@@ -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) ----