Files
Vincent Laporte c54ee72442 ocamlPackages.menhir: 20250903 → 20260203
coqPackages.MenhirLib: 20250903 → 20260203

ocamlPackages.dolmen: disable tests
2026-02-16 16:52:19 +01:00

20 lines
498 B
Diff

diff --git a/src/ExtMenhirLib.ml b/src/ExtMenhirLib.ml
index 332a47e..2582ca8 100644
--- a/src/ExtMenhirLib.ml
+++ b/src/ExtMenhirLib.ml
@@ -10,14 +10,6 @@
(**************************************************************************)
open Parser.MenhirInterpreter
-open MenhirLib.General
-
-let current_items parsing_state =
- match Lazy.force (stack parsing_state) with
- | Nil ->
- []
- | Cons (Element (s, _, _, _), _) ->
- items s
type 'a status =
| AcceptedNow of 'a