mention signatureExpr in section on use of identifier rules

This commit is contained in:
Philip Ginsbach
2023-05-22 11:31:48 +01:00
parent d98fcdd6aa
commit 42e81015d0

View File

@@ -638,6 +638,7 @@ Identifiers are used in following syntactic constructs:
classname ::= upperId
dbasetype ::= atLowerId
predicateRef ::= (moduleExpr "::")? literalId
signatureExpr ::= (moduleExpr "::")? simpleId ("/" Integer | arguments)?;
predicateName ::= lowerId
varname ::= lowerId
literalId ::= lowerId | atLowerId