diff --git a/flap/src/hopix/hopixParser.mly b/flap/src/hopix/hopixParser.mly index d2051e7..1dc3bb4 100644 --- a/flap/src/hopix/hopixParser.mly +++ b/flap/src/hopix/hopixParser.mly @@ -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) }