Skip to content

Commit 528eb39

Browse files
authored
replace ValDcl with VarDcl
1 parent 4a51412 commit 528eb39

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/docs/internals/syntax.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -348,7 +348,7 @@ Export ::= ‘export’ [‘given’] ImportExpr {‘,’ ImportExpr
348348

349349
### Declarations and Definitions
350350
```ebnf
351-
RefineDcl ::= ‘val’ VarDcl
351+
RefineDcl ::= ‘val’ ValDcl
352352
| ‘def’ DefDcl
353353
| ‘type’ {nl} TypeDcl
354354
| INT

0 commit comments

Comments
 (0)