chiark / gitweb /
src/c-types-class-impl.lisp (find-class-type): Don't repeat type name.
[sod] / doc / syntax.tex
index 5ac33d18dab0d9391c62debcf1dd58a58de18630..35ab100d26e5010748abd1ee415f30547ee108fc 100644 (file)
@@ -415,6 +415,7 @@ though the only operators currently defined act on integer values only.
 
 <primary> ::=
      <integer-literal> | <string-literal> | <char-literal> | <identifier>
+\alt "<" <plain-type> ">"
 \alt "?" <s-expression>
 \alt "(" <expression> ")"
 \end{grammar}