projects
/
cubicaltt.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
26f03d9
)
Remove the @ in PLabel
author
Anders Mörtberg
<mortberg@chalmers.se>
Mon, 20 Apr 2015 08:12:37 +0000
(10:12 +0200)
committer
Anders Mörtberg
<mortberg@chalmers.se>
Mon, 20 Apr 2015 08:12:37 +0000
(10:12 +0200)
Exp.cf
patch
|
blob
|
blame
|
history
diff --git
a/Exp.cf
b/Exp.cf
index a22f225433e79de67100fbe801542834f3a57097..9aff9a04f2424a97582e95b586bbd298c7d6236c 100644
(file)
--- a/
Exp.cf
+++ b/
Exp.cf
@@
-73,7
+73,7
@@
separator Branch ";" ;
-- Labelled sum alternatives
OLabel. Label ::= AIdent [Tele] ;
-PLabel. Label ::= AIdent [Tele] "<" [AIdent] ">"
"@"
System ;
+PLabel. Label ::= AIdent [Tele] "<" [AIdent] ">" System ;
separator Label "|" ;
-- Telescopes