Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Adapt to https://github.com/coq/coq/pull/18880 #415

Merged
merged 1 commit into from
Apr 11, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading