From da986826826fd39a0fa722ff852d79e07940c7a4 Mon Sep 17 00:00:00 2001 From: Mylloon Date: Tue, 24 Oct 2023 14:40:17 +0200 Subject: [PATCH] no --- flap/src/hopix/hopixParser.mly | 4 ---- 1 file changed, 4 deletions(-) diff --git a/flap/src/hopix/hopixParser.mly b/flap/src/hopix/hopixParser.mly index 0b59258..00380b9 100644 --- a/flap/src/hopix/hopixParser.mly +++ b/flap/src/hopix/hopixParser.mly @@ -235,10 +235,6 @@ simple_ty: INFERIOR liste_ty=separated_nonempty_list(COMMA, located(ty)) SUPERIOR { TyCon(tc, liste_ty) } - | tc=type_constructor - INFERIOR SUPERIOR { - TyCon(tc, []) - } /* Variables de type */ | type_var=type_variable {