We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c9e2c19 commit ab255aaCopy full SHA for ab255aa
src/rocq_elpi_builtins.ml
@@ -377,6 +377,11 @@ let match_of_sort =
377
| _ -> ko state)
378
[%%endif]
379
380
+[%%if coq = "8.20" || coq = "9.0" || coq = "9.1"]
381
+let hint_globref = Hints.hint_globref
382
+[%%else]
383
+let hint_globref gr = gr
384
+[%%endif]
385
386
let cs_pattern =
387
let open Conv in let open API.AlgebraicData in let open Structures.ValuePattern in declare {
0 commit comments