Skip to content

Commit

Permalink
Merge pull request #31 from SkySkimmer/erelevance
Browse files Browse the repository at this point in the history
Adapt to coq/coq#18938 (EConstr.ERelevance)
  • Loading branch information
ppedrot authored Apr 23, 2024
2 parents 3d10aec + f67d47a commit d32acd3
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 d32acd3

Please sign in to comment.