Skip to content

Commit ab255aa

Browse files
committed
1 parent c9e2c19 commit ab255aa

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

src/rocq_elpi_builtins.ml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -377,6 +377,11 @@ let match_of_sort =
377377
| _ -> ko state)
378378
[%%endif]
379379

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]
380385

381386
let cs_pattern =
382387
let open Conv in let open API.AlgebraicData in let open Structures.ValuePattern in declare {

0 commit comments

Comments
 (0)