summaryrefslogtreecommitdiff
path: root/src/GF/GFCC/GFCC.cf
diff options
context:
space:
mode:
Diffstat (limited to 'src/GF/GFCC/GFCC.cf')
-rw-r--r--src/GF/GFCC/GFCC.cf10
1 files changed, 5 insertions, 5 deletions
diff --git a/src/GF/GFCC/GFCC.cf b/src/GF/GFCC/GFCC.cf
index 23ee38e58..861e68f73 100644
--- a/src/GF/GFCC/GFCC.cf
+++ b/src/GF/GFCC/GFCC.cf
@@ -29,11 +29,11 @@ Lin. LinDef ::= CId "=" Term ;
DTyp. Type ::= "[" [Hypo] "]" CId [Exp] ; -- dependent type
DTr. Exp ::= "[" "(" [CId] ")" Atom [Exp] "]" ; -- term with bindings
-AC. Atom ::= CId ;
-AS. Atom ::= String ;
-AI. Atom ::= Integer ;
-AF. Atom ::= Double ;
-AM. Atom ::= "?" Integer ;
+AC. Atom ::= CId ;
+AS. Atom ::= String ;
+AI. Atom ::= Integer ;
+AF. Atom ::= Double ;
+AM. Atom ::= "?" Integer ;
R. Term ::= "[" [Term] "]" ; -- record/table
P. Term ::= "(" Term "!" Term ")" ; -- projection/selection