summaryrefslogtreecommitdiff
path: root/src/GF/Infra/CompactPrint.hs
diff options
context:
space:
mode:
authoraarne <aarne@cs.chalmers.se>2007-11-07 17:27:09 +0000
committeraarne <aarne@cs.chalmers.se>2007-11-07 17:27:09 +0000
commit23b2826a4476c1514e368d86e09434108da7836f (patch)
treebd38ceb9c40e3468460d0154f6a8bdf46b5b6c39 /src/GF/Infra/CompactPrint.hs
parent947949648f3dacffa2bb075e1bd561ba31760908 (diff)
encoding of lincats as gfcc terms with param value information
Diffstat (limited to 'src/GF/Infra/CompactPrint.hs')
-rw-r--r--src/GF/Infra/CompactPrint.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/GF/Infra/CompactPrint.hs b/src/GF/Infra/CompactPrint.hs
index eb964809f..5625041cd 100644
--- a/src/GF/Infra/CompactPrint.hs
+++ b/src/GF/Infra/CompactPrint.hs
@@ -16,4 +16,4 @@ spaceIf pre post w = case w of
keywordGF w = elem w ["cat","fun","lin","lincat","lindef","oper","param"]
keywordGFCC w =
last w == ';' ||
- elem w ["flags","fun","cat","lin","oper","lincat","lindef","printname"] \ No newline at end of file
+ elem w ["flags","fun","cat","lin","oper","lincat","lindef","printname","param"]