summaryrefslogtreecommitdiff
path: root/src/PGF
diff options
context:
space:
mode:
Diffstat (limited to 'src/PGF')
-rw-r--r--src/PGF/Macros.hs3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/PGF/Macros.hs b/src/PGF/Macros.hs
index bb5e8188b..f579c07dd 100644
--- a/src/PGF/Macros.hs
+++ b/src/PGF/Macros.hs
@@ -136,4 +136,5 @@ combinations t = case t of
[] -> [[]]
aa:uu -> [a:u | a <- aa, u <- combinations uu]
-
+isLiteralCat :: CId -> Bool
+isLiteralCat = (`elem` [mkCId "String", mkCId "Float", mkCId "Int"]) \ No newline at end of file