Skip to content

Commit

Permalink
Adapt to coq/coq#18938 (EConstr.ERelevance)
Browse files Browse the repository at this point in the history
  • Loading branch information
SkySkimmer committed Apr 17, 2024
1 parent 3d10aec commit f67d47a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/staltac_lib.ml
Original file line number Diff line number Diff line change
Expand Up @@ -239,7 +239,7 @@ let convertConcl sigma cl =
(* Convert the hashtable into a function array *)
let buildEnv hash =
let acc = ref (mkApp ((Lazy.force coq_rArrayInitP)
,[| mkLambda (Context.make_annot Names.Anonymous Sorts.Relevant, (Lazy.force coq_rNat),
,[| mkLambda (Context.make_annot Names.Anonymous ERelevance.relevant, (Lazy.force coq_rNat),
(Lazy.force coq_True)) |])) in
ConstrMap.iter (fun c n ->
acc := (mkApp ((Lazy.force coq_rArraySetP)
Expand Down

0 comments on commit f67d47a

Please sign in to comment.