1
0
forked from GitHub/gf-core

rename GF.Grammar.Predef.isPredefCat to isLiteralCat

This commit is contained in:
krasimir
2010-06-17 15:08:12 +00:00
parent 183c878173
commit d8b049fdf8
5 changed files with 10 additions and 10 deletions

View File

@@ -19,7 +19,7 @@ module GF.Grammar.Values (-- * values used in TC type checking
Binds, Constraints, MetaSubst,
-- * for TC
valAbsInt, valAbsFloat, valAbsString, vType,
isPredefCat,
isLiteralCat,
eType,
--Z tree2exp, loc2treeFocus
) where