fix recfunctions keyword
This commit is contained in:
parent
094f5f784a
commit
2e44ba6dcd
1 changed files with 1 additions and 1 deletions
|
@ -71,7 +71,7 @@ vdefinition:
|
|||
* Exemple :
|
||||
* - fun : int f a = 1
|
||||
* - fun f a = 1 and : int g a = 2 */
|
||||
| FUN fl=separated_nonempty_list(AND, fundef) {
|
||||
| FUN fl=separated_nonempty_list(AND_KW, fundef) {
|
||||
RecFunctions(fl)
|
||||
}
|
||||
|
||||
|
|
Reference in a new issue