Skip to content

Commit

Permalink
Adapt to coq/coq#18880 (#415)
Browse files Browse the repository at this point in the history
  • Loading branch information
proux01 authored Apr 11, 2024
1 parent 383e9dc commit 15b0b22
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion bedrock2/src/bedrock2Examples/BenchCancel256.v
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,10 @@ Local Open Scope list_scope. Local Open Scope sep_scope.
(* https://arxiv.org/pdf/1305.6543.pdf figure 4 *)
(* https://github.com/gmalecha/bedrock-mirror-shard/blob/ea7e5ad56a1d6392468b6823e0457dd44524bca7/benchmarks/MicroBenchCancel.v#L45-L65 *)

Context
Parameters
(mem : map.map nat nat) (mem_ok : map.ok mem)
(ptsto : nat -> nat -> mem -> Prop).
Existing Instance mem_ok.

Fixpoint chain (ls : list nat) : list (mem -> Prop) :=
match ls with
Expand Down

0 comments on commit 15b0b22

Please sign in to comment.