Skip to content

Commit 59f2343

Browse files
committed
reference grammar: remove procedure_type
1 parent 0762f58 commit 59f2343

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/doc/grammar.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -754,8 +754,6 @@ return_expr : "return" expr ? ;
754754
```antlr
755755
closure_type := [ 'unsafe' ] [ '<' lifetime-list '>' ] '|' arg-list '|'
756756
[ ':' bound-list ] [ '->' type ]
757-
procedure_type := 'proc' [ '<' lifetime-list '>' ] '(' arg-list ')'
758-
[ ':' bound-list ] [ '->' type ]
759757
lifetime-list := lifetime | lifetime ',' lifetime-list
760758
arg-list := ident ':' type | ident ':' type ',' arg-list
761759
bound-list := bound | bound '+' bound-list

0 commit comments

Comments
 (0)