Skip to content

Commit

Permalink
Minor cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
yveshauser committed Feb 15, 2024
1 parent f1a0c26 commit 8038eb7
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions src/Peras/SmallStep.agda
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ module _ {block₀ : Block⋆} where

-- local state

Stateˡ = LocalState {T} blockTree
Stateˡ = LocalState blockTree

data Progress : Set where
Ready : Progress
Expand Down Expand Up @@ -242,9 +242,6 @@ module _ {block₀ : Block⋆} where
---------------------
N [ Corrupt {p} ]↷ N

open import Data.List.Relation.Binary.Subset.Propositional {A = Message} renaming (_⊆_ to _⊆ᴹ_) using ()
open import Data.List.Relation.Binary.Subset.Propositional.Properties using (⊆-trans)
open import Data.List.Membership.DecPropositional _≟-Message_ using (_∈?_)

data _↷_ : Stateᵍ Stateᵍ Set where

Expand Down

0 comments on commit 8038eb7

Please sign in to comment.