File tree Expand file tree Collapse file tree 14 files changed +18
-17
lines changed
Expand file tree Collapse file tree 14 files changed +18
-17
lines changed Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ module Ledger.Conway.Conformance.Chain
1515
1616open import Ledger.Conway.Specification.Enact govStructure
1717open import Ledger.Conway.Conformance.Ledger txs abs
18- open import Ledger.Conway.Specification.Ratify txs
18+ open import Ledger.Conway.Specification.Ratify govStructure
1919open import Ledger.Conway.Conformance.Utxo txs abs
2020open import Ledger.Conway.Conformance.Epoch txs abs
2121open import Ledger.Conway.Conformance.Certs govStructure
Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ open import Ledger.Conway.Conformance.Equivalence txs abs
2222open import Ledger.Conway.Conformance.Equivalence.Convert
2323open import Ledger.Conway.Conformance.Equivalence.Deposits txs abs
2424open import Ledger.Conway.Conformance.Ledger txs abs
25- open import Ledger.Conway.Specification.Ratify txs
25+ open import Ledger.Conway.Specification.Ratify govStructure
2626open import Ledger.Conway.Conformance.Utxo txs abs
2727open import Ledger.Conway.Conformance.Certs govStructure
2828open import Ledger.Conway.Conformance.Rewards txs abs
Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ module Ledger.Conway.Conformance.Epoch.Properties
1313
1414open import Ledger.Conway.Conformance.Epoch txs abs
1515open import Ledger.Conway.Conformance.Ledger txs abs
16- open import Ledger.Conway.Specification.Ratify txs
16+ open import Ledger.Conway.Specification.Ratify govStructure
1717open import Ledger.Conway.Specification.Ratify.Properties.Computational txs
1818open import Ledger.Conway.Conformance.Certs govStructure
1919open import Ledger.Conway.Conformance.Rewards txs abs
Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ open import Ledger.Conway.Conformance.Certs.Properties govStructure
1818open import Ledger.Conway.Specification.Gov txs
1919open import Ledger.Conway.Specification.Gov.Properties.Computational txs
2020open import Ledger.Conway.Conformance.Ledger txs abs
21- open import Ledger.Conway.Specification.Ratify txs
21+ open import Ledger.Conway.Specification.Ratify govStructure
2222open import Ledger.Conway.Conformance.Utxo txs abs
2323open import Ledger.Conway.Conformance.Utxo.Properties txs abs
2424open import Ledger.Conway.Conformance.Utxow txs abs
Original file line number Diff line number Diff line change @@ -13,9 +13,9 @@ open import Data.String.Base renaming (_++_ to _+ˢ_) hiding (show; length)
1313import Data.Rational.Show as Rational
1414
1515import Foreign.Haskell.Pair as F
16- open import Ledger.Conway.Specification.Ratify it
16+ open import Ledger.Conway.Specification.Ratify govStructure
1717 hiding (acceptedByCC; acceptedByDRep; acceptedBySPO)
18- import Ledger.Conway.Specification.Ratify it as Ratify
18+ import Ledger.Conway.Specification.Ratify govStructure as Ratify
1919open import Ledger.Conway.Specification.Ratify.Properties.Computational it
2020
2121instance
Original file line number Diff line number Diff line change @@ -24,7 +24,7 @@ open import Ledger.Conway.Specification.Epoch txs abs
2424open import Ledger.Conway.Specification.Gov txs
2525open import Ledger.Conway.Specification.Ledger txs abs
2626open import Ledger.Prelude; open Equivalence
27- open import Ledger.Conway.Specification.Ratify txs
27+ open import Ledger.Conway.Specification.Ratify govStructure
2828open import Ledger.Conway.Specification.RewardUpdate txs abs
2929open import Ledger.Conway.Specification.Utxo txs abs
3030
Original file line number Diff line number Diff line change @@ -43,7 +43,7 @@ open import Ledger.Conway.Specification.Enact govStructure
4343open import Ledger.Conway.Specification.Gov txs
4444open import Ledger.Conway.Specification.Ledger txs abs
4545open import Ledger.Conway.Specification.PoolReap txs abs
46- open import Ledger.Conway.Specification.Ratify txs
46+ open import Ledger.Conway.Specification.Ratify govStructure
4747open import Ledger.Conway.Specification.Rewards txs abs
4848open import Ledger.Conway.Specification.Utxo txs abs
4949
Original file line number Diff line number Diff line change @@ -24,7 +24,7 @@ open import Ledger.Conway.Specification.Enact govStructure
2424open import Ledger.Conway.Specification.Ledger txs abs
2525open import Ledger.Conway.Specification.PoolReap txs abs
2626open import Ledger.Conway.Specification.PoolReap.Properties.Computational txs abs
27- open import Ledger.Conway.Specification.Ratify txs
27+ open import Ledger.Conway.Specification.Ratify govStructure
2828open import Ledger.Conway.Specification.Ratify.Properties.Computational txs
2929open import Ledger.Conway.Specification.Rewards txs abs
3030open import Ledger.Conway.Specification.Rewards.Properties.Computational txs abs
Original file line number Diff line number Diff line change @@ -24,7 +24,7 @@ open import Ledger.Prelude hiding (cong)
2424import Ledger.Prelude as P
2525import Relation.Binary.Core as B
2626open import Relation.Binary.Definitions
27- open import Ledger.Conway.Specification.Ratify txs
27+ open import Ledger.Conway.Specification.Ratify govStructure
2828open import Ledger.Conway.Specification.Enact govStructure
2929open import Ledger.Conway.Specification.Enact.Properties.Computational govStructure
3030open import Ledger.Conway.Specification.Ledger txs abs
Original file line number Diff line number Diff line change @@ -36,7 +36,7 @@ open import Ledger.Conway.Specification.Gov txs
3636open import Ledger.Conway.Specification.Ledger txs abs
3737open import Ledger.Conway.Specification.Ledger.Properties.Base txs abs
3838open import Ledger.Conway.Specification.PoolReap txs abs
39- open import Ledger.Conway.Specification.Ratify txs
39+ open import Ledger.Conway.Specification.Ratify govStructure
4040open import Ledger.Conway.Specification.Utxo txs abs
4141
4242open import Axiom.Set.Properties th
You can’t perform that action at this time.
0 commit comments