|
4 | 4 | - Introduction: Ledger.Introduction.md |
5 | 5 | - Properties: Properties.md |
6 | 6 | - Notation: Notation.md |
| 7 | +- Core: |
| 8 | + - Introduction: Ledger.Core.Specification.md |
| 9 | + - Modules/: |
| 10 | + - Address: Ledger.Core.Specification.Address.md |
| 11 | + - Crypto: Ledger.Core.Specification.Crypto.md |
| 12 | + - Epoch: Ledger.Core.Specification.Epoch.md |
7 | 13 | - Conway: |
8 | 14 | - Introduction: Ledger.Conway.Specification.md |
9 | 15 | - Modules/: |
|
133 | 139 | - Bootstrapping: |
134 | 140 | - Bootstrapping Governance: ConwayBootstrap.md |
135 | 141 | - Bootstrapping EnactState: ConwayBootstrapEnact.md |
136 | | - - Era Independent Modules: |
137 | | - - Core: Ledger.Core.md |
138 | | - - Core/: |
139 | | - - Specification: Ledger.Core.Specification.md |
140 | | - - Specification/: |
141 | | - - Address: Ledger.Core.Specification.Address.md |
142 | | - - Crypto: Ledger.Core.Specification.Crypto.md |
143 | | - - Epoch: Ledger.Core.Specification.Epoch.md |
144 | | - - Misc Modules: |
| 142 | + - Era-independent Modules: |
145 | 143 | - Prelude: Prelude.md |
146 | 144 | - Ledger: Ledger.md |
| 145 | + - Ledger.Core: Ledger.Core.md |
147 | 146 | - Ledger.Prelude: Ledger.Prelude.md |
148 | 147 | - Ledger.Prelude/: |
149 | 148 | - Base: Ledger.Prelude.Base.md |
|
156 | 155 | - Numeric/: |
157 | 156 | - PositiveNat: Ledger.Prelude.Numeric.PositiveNat.md |
158 | 157 | - UnitInterval: Ledger.Prelude.Numeric.UnitInterval.md |
| 158 | + - Interface: |
| 159 | + - STS: Interface.STS.md |
| 160 | + - ComputationalRelation: Interface.ComputationalRelation.md |
| 161 | + - TypeClasses: Interface.TypeClasses.Hashable.md |
| 162 | + - TypeClasses/: |
| 163 | + - Hashable: Interface.TypeClasses.Hashable.md |
| 164 | + - HasSubset: Interface.TypeClasses.HasSubset.md |
| 165 | + - HasSubtract: Interface.TypeClasses.HasSubtract.md |
| 166 | + - HasSubtract/: |
| 167 | + - Instance: Interface.TypeClasses.HasSubtract.Instances.md |
159 | 168 | - Foreign: |
160 | 169 | - Convertible: Foreign.Convertible.md |
161 | 170 | - Convertible/: |
|
165 | 174 | - HaskellTypes/: |
166 | 175 | - Deriving: Foreign.HaskellTypes.Deriving.md |
167 | 176 | - MyDebugOptions: MyDebugOptions.md |
| 177 | + - Era-dependent Modules: |
168 | 178 | - Dijkstra: |
169 | 179 | - Ledger.Dijkstra: Ledger.Dijkstra.md |
170 | 180 | - PreConway: |
|
241 | 251 | - Utxow: Ledger.Conway.Conformance.Utxow.md |
242 | 252 | - Utxow/: |
243 | 253 | - Properties: Ledger.Conway.Conformance.Utxow.Properties.md |
244 | | - - Type Classes/: |
245 | | - - Interface: |
246 | | - - ComputationalRelation: Interface.ComputationalRelation.md |
247 | | - - HasSubset: Interface.HasSubset.md |
248 | | - - HasSubtract: Interface.HasSubtract.md |
249 | | - - HasSubtract/: |
250 | | - - Instance: Interface.HasSubtract.Instances.md |
251 | | - - Hashable: Interface.Hashable.md |
252 | | - - STS: Interface.STS.md |
|
0 commit comments