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

consistently use annotations #100

Merged
merged 1 commit into from
Oct 21, 2023
Merged
Show file tree
Hide file tree
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
2 changes: 1 addition & 1 deletion raft-proofs/AllEntriesCandidateEntriesProof.v
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ From VerdiRaft Require Import CroniesCorrectInterface CroniesTermInterface.
From VerdiRaft Require Import AllEntriesTermSanityInterface SpecLemmas.
From VerdiRaft Require Import RefinementSpecLemmas AllEntriesCandidateEntriesInterface.

Local Arguments update {_} {_} _ _ _ _ _ : simpl never.
#[local] Arguments update {_} {_} _ _ _ _ _ : simpl never.

Section AllEntriesCandidateEntries.
Context {orig_base_params : BaseParams}.
Expand Down
2 changes: 1 addition & 1 deletion raft-proofs/AllEntriesIndicesGt0Proof.v
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ From VerdiRaft Require Import CommonDefinitions RefinementSpecLemmas.
From VerdiRaft Require Import TermsAndIndicesFromOneLogInterface.
From VerdiRaft Require Import AllEntriesIndicesGt0Interface.

Local Arguments update {_} {_} _ _ _ _ _ : simpl never.
#[local] Arguments update {_} {_} _ _ _ _ _ : simpl never.

Section AllEntriesIndicesGt0.
Context {orig_base_params : BaseParams}.
Expand Down
2 changes: 1 addition & 1 deletion raft-proofs/AllEntriesLeaderLogsProof.v
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ From VerdiRaft Require Import AllEntriesLogInterface LeaderSublogInterface.
From VerdiRaft Require Import LeadersHaveLeaderLogsStrongInterface.
From VerdiRaft Require Import AllEntriesLeaderLogsInterface.

Local Arguments update {_} {_} {_} _ _ _ _ : simpl never.
#[local] Arguments update {_} {_} {_} _ _ _ _ : simpl never.

Section AllEntriesLeaderLogs.

Expand Down
2 changes: 1 addition & 1 deletion raft-proofs/AllEntriesLeaderLogsTermProof.v
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ From VerdiRaft Require Import RefinementSpecLemmas SpecLemmas.
From VerdiRaft Require Import AllEntriesLeaderLogsTermInterface.
From VerdiRaft Require Import AppendEntriesRequestLeaderLogsInterface.

Local Arguments update {_} {_} _ _ _ _ _ : simpl never.
#[local] Arguments update {_} {_} _ _ _ _ _ : simpl never.

Section AllEntriesLeaderLogsTerm.

Expand Down
2 changes: 1 addition & 1 deletion raft-proofs/AllEntriesLeaderSublogProof.v
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ From VerdiRaft Require Import AllEntriesCandidateEntriesInterface.
From VerdiRaft Require Import VotesCorrectInterface CroniesCorrectInterface.
From VerdiRaft Require Import LeaderSublogInterface OneLeaderPerTermInterface.

Local Arguments update {_} {_} _ _ _ _ _ : simpl never.
#[local] Arguments update {_} {_} _ _ _ _ _ : simpl never.

Section AllEntriesLeaderSublog.

Expand Down
2 changes: 1 addition & 1 deletion raft-proofs/AllEntriesLogMatchingProof.v
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ From VerdiRaft Require Import AllEntriesLeaderSublogInterface.
From VerdiRaft Require Import LeaderSublogInterface RefinedLogMatchingLemmasInterface.
From VerdiRaft Require Import AllEntriesLogMatchingInterface.

Local Arguments update {_} {_} _ _ _ _ _ : simpl never.
#[local] Arguments update {_} {_} _ _ _ _ _ : simpl never.

Section AllEntriesLogMatching.

Expand Down
2 changes: 1 addition & 1 deletion raft-proofs/AllEntriesLogProof.v
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ From VerdiRaft Require Import OneLeaderLogPerTermInterface.
From VerdiRaft Require Import LeaderLogsSortedInterface TermSanityInterface.
From VerdiRaft Require Import AllEntriesTermSanityInterface AllEntriesLogInterface.

Local Arguments update {_} {_} _ _ _ _ _ : simpl never.
#[local] Arguments update {_} {_} _ _ _ _ _ : simpl never.

Section AllEntriesLog.

Expand Down
2 changes: 1 addition & 1 deletion raft-proofs/AllEntriesTermSanityProof.v
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
From VerdiRaft Require Import Raft RaftRefinementInterface SpecLemmas.
From VerdiRaft Require Import RefinementSpecLemmas AllEntriesTermSanityInterface.

Local Arguments update {_} {_} _ _ _ _ _ : simpl never.
#[local] Arguments update {_} {_} _ _ _ _ _ : simpl never.

Section AllEntriesTermSanity.

Expand Down
2 changes: 1 addition & 1 deletion raft-proofs/AllEntriesVotesWithLogProof.v
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ From VerdiRaft Require Import AllEntriesVotesWithLogInterface AllEntriesLogInter
From VerdiRaft Require Import VotesWithLogTermSanityInterface VotesCorrectInterface.
From VerdiRaft Require Import VotesVotesWithLogCorrespondInterface.

Local Arguments update {_} {_} _ _ _ _ _ : simpl never.
#[local] Arguments update {_} {_} _ _ _ _ _ : simpl never.

Section AllEntriesVotesWithLog.

Expand Down
2 changes: 1 addition & 1 deletion raft-proofs/AppendEntriesLeaderProof.v
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ From VerdiRaft Require Import AppendEntriesRequestsCameFromLeadersInterface.
From VerdiRaft Require Import OneLeaderLogPerTermInterface LeaderLogsTermSanityInterface.
From VerdiRaft Require Import OneLeaderPerTermInterface AppendEntriesLeaderInterface.

Local Arguments update {_} {_} _ _ _ _ _ : simpl never.
#[local] Arguments update {_} {_} _ _ _ _ _ : simpl never.

Section AppendEntriesLeader.

Expand Down
2 changes: 1 addition & 1 deletion raft-proofs/AppendEntriesReplySublogProof.v
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ From VerdiRaft Require Import Raft AppendEntriesReplySublogInterface.
From VerdiRaft Require Import AppendEntriesRequestReplyCorrespondenceInterface.
From VerdiRaft Require Import RaftRefinementInterface AppendEntriesLeaderInterface.

Local Arguments update {_} {_} {_} _ _ _ _ : simpl never.
#[local] Arguments update {_} {_} {_} _ _ _ _ : simpl never.

Section AppendEntriesReplySublog.
Context {orig_base_params : BaseParams}.
Expand Down
2 changes: 1 addition & 1 deletion raft-proofs/AppendEntriesRequestLeaderLogsProof.v
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ From VerdiRaft Require Import SortedInterface LogMatchingInterface.
From VerdiRaft Require Import AppendEntriesRequestLeaderLogsInterface.
From VerdiRaft Require Import NextIndexSafetyInterface.

Local Arguments update {_} {_} _ _ _ _ _ : simpl never.
#[local] Arguments update {_} {_} _ _ _ _ _ : simpl never.

Section AppendEntriesRequestLeaderLogs.
Context {orig_base_params : BaseParams}.
Expand Down
2 changes: 1 addition & 1 deletion raft-proofs/AppendEntriesRequestReplyCorrespondenceProof.v
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ From VerdiRaft Require Import Raft SpecLemmas.
From VerdiRaft Require Import AppendEntriesRequestReplyCorrespondenceInterface.
From Verdi Require Import DupDropReordering.

Local Arguments update {_} {_} {_} _ _ _ _ : simpl never.
#[local] Arguments update {_} {_} {_} _ _ _ _ : simpl never.

Section AppendEntriesRequestReplyCorrespondence.
Context {orig_base_params : BaseParams}.
Expand Down
2 changes: 1 addition & 1 deletion raft-proofs/AppendEntriesRequestsCameFromLeadersProof.v
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ From VerdiRaft Require Import SpecLemmas RefinementSpecLemmas.
From VerdiRaft Require Import LeadersHaveLeaderLogsInterface.
From VerdiRaft Require Import AppendEntriesRequestsCameFromLeadersInterface.

Local Arguments update {_} {_} _ _ _ _ _ : simpl never.
#[local] Arguments update {_} {_} _ _ _ _ _ : simpl never.

Section AppendEntriesRequestsCameFromLeaders.
Context {orig_base_params : BaseParams}.
Expand Down
2 changes: 1 addition & 1 deletion raft-proofs/AppliedEntriesMonotonicProof.v
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ From VerdiRaft Require Import LeaderCompletenessInterface.
From VerdiRaft Require Import LastAppliedCommitIndexMatchingInterface.
From VerdiRaft Require Import SpecLemmas AppliedEntriesMonotonicInterface.

Local Arguments update {_} {_} _ _ _ _ _ : simpl never.
#[local] Arguments update {_} {_} _ _ _ _ _ : simpl never.

Section AppliedEntriesMonotonicProof.
Context {orig_base_params : BaseParams}.
Expand Down
2 changes: 1 addition & 1 deletion raft-proofs/AppliedImpliesInputProof.v
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ From VerdiRaft Require Import Raft CommonTheorems.
From VerdiRaft Require Import TraceUtil OutputImpliesAppliedInterface.
From VerdiRaft Require Import SpecLemmas AppliedImpliesInputInterface.

Local Arguments update {_} {_} _ _ _ _ _ : simpl never.
#[local] Arguments update {_} {_} _ _ _ _ _ : simpl never.

Section AppliedImpliesInputProof.
Context {orig_base_params : BaseParams}.
Expand Down
2 changes: 1 addition & 1 deletion raft-proofs/CandidateEntriesProof.v
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ From VerdiRaft Require Import VotesCorrectInterface TermSanityInterface.
From VerdiRaft Require Import CroniesTermInterface RefinementCommonTheorems.
From VerdiRaft Require Import SpecLemmas CandidateEntriesInterface.

Local Arguments update {_} {_} _ _ _ _ _ : simpl never.
#[local] Arguments update {_} {_} _ _ _ _ _ : simpl never.

Section CandidateEntriesProof.
Context {orig_base_params : BaseParams}.
Expand Down
2 changes: 1 addition & 1 deletion raft-proofs/CandidateTermGtLogProof.v
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
From VerdiRaft Require Import Raft SpecLemmas TermSanityInterface.
From VerdiRaft Require Import CandidateTermGtLogInterface.

Local Arguments update {_} {_} _ _ _ _ _ : simpl never.
#[local] Arguments update {_} {_} _ _ _ _ _ : simpl never.

Section CandidateTermGtLog.
Context {orig_base_params : BaseParams}.
Expand Down
2 changes: 1 addition & 1 deletion raft-proofs/CausalOrderPreservedProof.v
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ From VerdiRaft Require Import OutputImpliesAppliedInterface.
From VerdiRaft Require Import AppliedImpliesInputInterface.
From VerdiRaft Require Import AppliedEntriesMonotonicInterface.

Local Arguments update {_} {_} {_} _ _ _ _ : simpl never.
#[local] Arguments update {_} {_} {_} _ _ _ _ : simpl never.

Section CausalOrderPreserved.
Context {orig_base_params : BaseParams}.
Expand Down
2 changes: 1 addition & 1 deletion raft-proofs/CroniesTermProof.v
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
From VerdiRaft Require Import Raft RaftRefinementInterface.
From VerdiRaft Require Import CommonTheorems CroniesTermInterface.

Local Arguments update {_} {_} _ _ _ _ _ : simpl never.
#[local] Arguments update {_} {_} _ _ _ _ _ : simpl never.

Section CroniesTermProof.
Context {orig_base_params : BaseParams}.
Expand Down
2 changes: 1 addition & 1 deletion raft-proofs/CurrentTermGtZeroProof.v
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
From VerdiRaft Require Import Raft SpecLemmas CurrentTermGtZeroInterface.

Local Arguments update {_} {_} _ _ _ _ _ : simpl never.
#[local] Arguments update {_} {_} _ _ _ _ _ : simpl never.

Section CurrentTermGtZero.
Context {orig_base_params : BaseParams}.
Expand Down
2 changes: 1 addition & 1 deletion raft-proofs/EveryEntryWasCreatedProof.v
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ From VerdiRaft Require Import EveryEntryWasCreatedInterface.
From VerdiRaft Require Import SpecLemmas RefinementSpecLemmas.
From VerdiRaft Require Import CommonTheorems.

Local Arguments update {_} {_} _ _ _ _ _ : simpl never.
#[local] Arguments update {_} {_} _ _ _ _ _ : simpl never.

Section EveryEntryWasCreated.
Context {orig_base_params : BaseParams}.
Expand Down
2 changes: 1 addition & 1 deletion raft-proofs/GhostLogAllEntriesProof.v
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ From VerdiRaft Require Import RaftMsgRefinementInterface.
From VerdiRaft Require Import InLogInAllEntriesInterface.
From VerdiRaft Require Import GhostLogAllEntriesInterface.

Local Arguments update {_} {_} _ _ _ _ _ : simpl never.
#[local] Arguments update {_} {_} _ _ _ _ _ : simpl never.

Section GhostLogAllEntriesProof.
Context {orig_base_params : BaseParams}.
Expand Down
2 changes: 1 addition & 1 deletion raft-proofs/GhostLogCorrectProof.v
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ From VerdiRaft Require Import NextIndexSafetyInterface.
From VerdiRaft Require Import RefinedLogMatchingLemmasInterface.
From VerdiRaft Require Import GhostLogCorrectInterface.

Local Arguments update {_} {_} _ _ _ _ _ : simpl never.
#[local] Arguments update {_} {_} _ _ _ _ _ : simpl never.

Section GhostLogCorrectProof.
Context {orig_base_params : BaseParams}.
Expand Down
2 changes: 1 addition & 1 deletion raft-proofs/GhostLogLogMatchingProof.v
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ From VerdiRaft Require Import AllEntriesLeaderSublogInterface.
From VerdiRaft Require Import GhostLogAllEntriesInterface.
From VerdiRaft Require Import GhostLogLogMatchingInterface.

Local Arguments update {_} {_} _ _ _ _ _ : simpl never.
#[local] Arguments update {_} {_} _ _ _ _ _ : simpl never.

Section GhostLogLogMatching.

Expand Down
2 changes: 1 addition & 1 deletion raft-proofs/GhostLogsLogPropertiesProof.v
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ From Verdi Require Import GhostSimulations.
From VerdiRaft Require Import Raft RaftMsgRefinementInterface.
From VerdiRaft Require Import GhostLogsLogPropertiesInterface.

Local Arguments update {_} {_} _ _ _ _ _ : simpl never.
#[local] Arguments update {_} {_} _ _ _ _ _ : simpl never.

Section GhostLogsLogProperties.
Context {orig_base_params : BaseParams}.
Expand Down
2 changes: 1 addition & 1 deletion raft-proofs/InLogInAllEntriesProof.v
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ From VerdiRaft Require Import Raft RaftRefinementInterface.
From VerdiRaft Require Import CommonTheorems SpecLemmas RefinementSpecLemmas.
From VerdiRaft Require Import InLogInAllEntriesInterface.

Local Arguments update {_} {_} _ _ _ _ _ : simpl never.
#[local] Arguments update {_} {_} _ _ _ _ _ : simpl never.

Section InLogInAllEntries.
Context {orig_base_params : BaseParams}.
Expand Down
2 changes: 1 addition & 1 deletion raft-proofs/InputBeforeOutputProof.v
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ From VerdiRaft Require Import SortedInterface LogMatchingInterface.
From VerdiRaft Require Import StateMachineSafetyInterface MaxIndexSanityInterface.
From VerdiRaft Require Import UniqueIndicesInterface.

Local Arguments update {_} {_} _ _ _ _ _ : simpl never.
#[local] Arguments update {_} {_} _ _ _ _ _ : simpl never.

Section InputBeforeOutput.
Context {orig_base_params : BaseParams}.
Expand Down
2 changes: 1 addition & 1 deletion raft-proofs/LastAppliedLeCommitIndexProof.v
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
From VerdiRaft Require Import Raft LastAppliedLeCommitIndexInterface.
From VerdiRaft Require Import SpecLemmas CommonTheorems.

Local Arguments update {_} {_} _ _ _ _ _ : simpl never.
#[local] Arguments update {_} {_} _ _ _ _ _ : simpl never.

Section LastAppliedLeCommitIndex.
Context {orig_base_params : BaseParams}.
Expand Down
2 changes: 1 addition & 1 deletion raft-proofs/LeaderLogsCandidateEntriesProof.v
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ From VerdiRaft Require Import LeaderLogsTermSanityInterface.
From VerdiRaft Require Import SpecLemmas RefinementSpecLemmas.
From VerdiRaft Require Import LeaderLogsCandidateEntriesInterface.

Local Arguments update {_} {_} _ _ _ _ _ : simpl never.
#[local] Arguments update {_} {_} _ _ _ _ _ : simpl never.

Section CandidateEntriesInterface.
Context {orig_base_params : BaseParams}.
Expand Down
2 changes: 1 addition & 1 deletion raft-proofs/LeaderLogsContiguousProof.v
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ From VerdiRaft Require Import Raft RaftRefinementInterface CommonTheorems.
From VerdiRaft Require Import LeaderLogsContiguousInterface.
From VerdiRaft Require Import LogMatchingInterface.

Local Arguments update {_} {_} _ _ _ _ _ : simpl never.
#[local] Arguments update {_} {_} _ _ _ _ _ : simpl never.

Section LeaderLogsContiguous.

Expand Down
2 changes: 1 addition & 1 deletion raft-proofs/LeaderLogsLogMatchingProof.v
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ From VerdiRaft Require Import LeaderLogsContiguousInterface.
From VerdiRaft Require Import TermsAndIndicesFromOneInterface.
From VerdiRaft Require Import LeaderLogsLogMatchingInterface.

Local Arguments update {_} {_} _ _ _ _ _ : simpl never.
#[local] Arguments update {_} {_} _ _ _ _ _ : simpl never.

Section LeaderLogsLogMatching.

Expand Down
2 changes: 1 addition & 1 deletion raft-proofs/LeaderLogsLogPropertiesProof.v
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ From VerdiRaft Require Import Raft RaftRefinementInterface SpecLemmas.
From VerdiRaft Require Import LeaderLogsLogPropertiesInterface.
From VerdiRaft Require Import RefinementSpecLemmas.

Local Arguments update {_} {_} _ _ _ _ _ : simpl never.
#[local] Arguments update {_} {_} _ _ _ _ _ : simpl never.

Section LeaderLogsLogProperties.
Context {orig_base_params : BaseParams}.
Expand Down
2 changes: 1 addition & 1 deletion raft-proofs/LeaderLogsPreservedProof.v
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ From VerdiRaft Require Import OneLeaderLogPerTermInterface.
From VerdiRaft Require Import VotesCorrectInterface.
From VerdiRaft Require Import CroniesCorrectInterface.

Local Arguments update {_} {_} _ _ _ _ _ : simpl never.
#[local] Arguments update {_} {_} _ _ _ _ _ : simpl never.

Section LeaderLogsPreserved.

Expand Down
2 changes: 1 addition & 1 deletion raft-proofs/LeaderLogsSortedProof.v
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ From VerdiRaft Require Import CommonDefinitions SpecLemmas.
From VerdiRaft Require Import LeaderLogsSortedInterface.
From VerdiRaft Require Import SortedInterface.

Local Arguments update {_} {_} _ _ _ _ _ : simpl never.
#[local] Arguments update {_} {_} _ _ _ _ _ : simpl never.

Section LeaderLogsSorted.
Context {orig_base_params : BaseParams}.
Expand Down
2 changes: 1 addition & 1 deletion raft-proofs/LeaderLogsSublogProof.v
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ From VerdiRaft Require Import VotesCorrectInterface.
From VerdiRaft Require Import RefinementCommonTheorems.
From VerdiRaft Require Import LeaderLogsSublogInterface.

Local Arguments update {_} {_} _ _ _ _ _ : simpl never.
#[local] Arguments update {_} {_} _ _ _ _ _ : simpl never.

Section LeaderLogsSublog.
Context {orig_base_params : BaseParams}.
Expand Down
2 changes: 1 addition & 1 deletion raft-proofs/LeaderLogsTermSanityProof.v
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ From VerdiRaft Require Import SpecLemmas RefinementSpecLemmas.
From VerdiRaft Require Import CandidateTermGtLogInterface.
From VerdiRaft Require Import LeaderLogsTermSanityInterface.

Local Arguments update {_} {_} _ _ _ _ _ : simpl never.
#[local] Arguments update {_} {_} _ _ _ _ _ : simpl never.

Section LeaderLogsTermSanity.

Expand Down
2 changes: 1 addition & 1 deletion raft-proofs/LeaderLogsVotesWithLogProof.v
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ From VerdiRaft Require Import VotesReceivedMoreUpToDateInterface.
From VerdiRaft Require Import RequestVoteReplyMoreUpToDateInterface.
From VerdiRaft Require Import LeaderLogsVotesWithLogInterface.

Local Arguments update {_} {_} _ _ _ _ _ : simpl never.
#[local] Arguments update {_} {_} _ _ _ _ _ : simpl never.

Section LeaderLogsVotesWithLog.
Context {orig_base_params : BaseParams}.
Expand Down
2 changes: 1 addition & 1 deletion raft-proofs/LeadersHaveLeaderLogsProof.v
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ From VerdiRaft Require Import Raft RaftRefinementInterface.
From VerdiRaft Require Import SpecLemmas RefinementSpecLemmas.
From VerdiRaft Require Import LeadersHaveLeaderLogsInterface.

Local Arguments update {_} {_} _ _ _ _ _ : simpl never.
#[local] Arguments update {_} {_} _ _ _ _ _ : simpl never.

Section LeadersHaveLeaderLogs.
Context {orig_base_params : BaseParams}.
Expand Down
2 changes: 1 addition & 1 deletion raft-proofs/LeadersHaveLeaderLogsStrongProof.v
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
From VerdiRaft Require Import Raft RaftRefinementInterface CommonTheorems.
From VerdiRaft Require Import LeadersHaveLeaderLogsStrongInterface.

Local Arguments update {_} {_} _ _ _ _ _ : simpl never.
#[local] Arguments update {_} {_} _ _ _ _ _ : simpl never.

Section LeadersHaveLeaderLogsStrong.
Context {orig_base_params : BaseParams}.
Expand Down
2 changes: 1 addition & 1 deletion raft-proofs/LogAllEntriesProof.v
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ From VerdiRaft Require Import RefinementSpecLemmas.
From VerdiRaft Require Import TermSanityInterface.
From VerdiRaft Require Import LogAllEntriesInterface.

Local Arguments update {_} {_} _ _ _ _ _ : simpl never.
#[local] Arguments update {_} {_} _ _ _ _ _ : simpl never.

Section LogAllEntries.
Context {orig_base_params : BaseParams}.
Expand Down
2 changes: 1 addition & 1 deletion raft-proofs/LogsLeaderLogsProof.v
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ From VerdiRaft Require Import LeadersHaveLeaderLogsStrongInterface.
From VerdiRaft Require Import NextIndexSafetyInterface.
From VerdiRaft Require Import SortedInterface LeaderLogsLogPropertiesInterface.

Local Arguments update {_} {_} _ _ _ _ _ : simpl never.
#[local] Arguments update {_} {_} _ _ _ _ _ : simpl never.

Section LogsLeaderLogs.
Context {orig_base_params : BaseParams}.
Expand Down
2 changes: 1 addition & 1 deletion raft-proofs/MatchIndexAllEntriesProof.v
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ From VerdiRaft Require Import VotesCorrectInterface.
From VerdiRaft Require Import CroniesCorrectInterface.
From VerdiRaft Require Import MatchIndexAllEntriesInterface.

Local Arguments update {_} {_} _ _ _ _ _ : simpl never.
#[local] Arguments update {_} {_} _ _ _ _ _ : simpl never.

Section MatchIndexAllEntries.
Context {orig_base_params : BaseParams}.
Expand Down
2 changes: 1 addition & 1 deletion raft-proofs/MatchIndexLeaderProof.v
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ From VerdiRaft Require Import Raft SpecLemmas.
From VerdiRaft Require Import NoAppendEntriesRepliesToSelfInterface.
From VerdiRaft Require Import MatchIndexLeaderInterface.

Local Arguments update {_} {_} _ _ _ _ _ : simpl never.
#[local] Arguments update {_} {_} _ _ _ _ _ : simpl never.

Section MatchIndexLeader.
Context {orig_base_params : BaseParams}.
Expand Down
Loading
Loading