From 946958870512a576a7c0df7dd0dd5e0bf2f85d9c Mon Sep 17 00:00:00 2001 From: Pierre Roux Date: Mon, 13 Jul 2026 15:21:23 +0200 Subject: [PATCH] Adapt to rocq-prover/rocq#22271 Adapt to https://github.com/rocq-prover/rocq/pull/22271 --- extraction/extraction.v | 2 ++ 1 file changed, 2 insertions(+) diff --git a/extraction/extraction.v b/extraction/extraction.v index c01426e6a..d0b0c30b3 100644 --- a/extraction/extraction.v +++ b/extraction/extraction.v @@ -27,6 +27,8 @@ Require Initializers. (* Standard lib *) From Coq Require Import ExtrOcamlBasic ExtrOcamlNativeString. +Set Extraction Prefix "Coq". (* TODO: handle and remove when requiring Rocq >= 9.4 *) + (* Coqlib *) Extract Inlined Constant Coqlib.proj_sumbool => "(fun x -> x)".