We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 57cb6fa commit b74cfbcCopy full SHA for b74cfbc
src/Ledger/Transaction.lagda
@@ -65,9 +65,9 @@ record TransactionStructure : Type₁ where
65
Ix TxId AuxiliaryData : Type
66
\end{code}
67
\begin{code}[hide]
68
- ⦃ DecEq-Ix ⦄ : DecEq Ix
69
- ⦃ DecEq-TxId ⦄ : DecEq TxId
70
- adHashingScheme : isHashableSet AuxiliaryData
+ ⦃ DecEq-Ix ⦄ : DecEq Ix
+ ⦃ DecEq-TxId ⦄ : DecEq TxId
+ adHashingScheme : isHashableSet AuxiliaryData
71
open isHashableSet adHashingScheme renaming (THash to ADHash) public
72
73
field globalConstants : _
0 commit comments