@@ -360,8 +360,7 @@ data GovernanceAction
360360 deriving anyclass (HasBlueprintDefinition )
361361 deriving (Pretty ) via (PrettyShow GovernanceAction )
362362
363- -- See Note [No PlutusTx.Eq for types with AssocMap]
364- -- PlutusTx.deriveEq ''GovernanceAction
363+ -- No PlutusTx.Eq instance, see Note [No PlutusTx.Eq for types with AssocMap]
365364
366365-- | A proposal procedure. The optional anchor is omitted.
367366data ProposalProcedure = ProposalProcedure
@@ -372,8 +371,7 @@ data ProposalProcedure = ProposalProcedure
372371 deriving stock (Generic , Haskell.Show , Haskell.Eq , Haskell.Ord )
373372 deriving anyclass (HasBlueprintDefinition )
374373
375- -- See Note [No PlutusTx.Eq for types with AssocMap]
376- -- PlutusTx.deriveEq ''ProposalProcedure
374+ -- No PlutusTx.Eq instance, see Note [No PlutusTx.Eq for types with AssocMap]
377375
378376instance Pretty ProposalProcedure where
379377 pretty ProposalProcedure {.. } =
@@ -459,8 +457,7 @@ data TxInfo = TxInfo
459457 deriving stock (Generic , Haskell.Show , Haskell.Eq )
460458 deriving anyclass (HasBlueprintDefinition )
461459
462- -- See Note [No PlutusTx.Eq for types with AssocMap]
463- -- PlutusTx.deriveEq ''TxInfo
460+ -- No PlutusTx.Eq instance, see Note [No PlutusTx.Eq for types with AssocMap]
464461
465462instance Pretty TxInfo where
466463 pretty TxInfo {.. } =
@@ -496,8 +493,7 @@ data ScriptContext = ScriptContext
496493 deriving stock (Generic , Haskell.Eq , Haskell.Show )
497494 deriving anyclass (HasBlueprintDefinition )
498495
499- -- See Note [No PlutusTx.Eq for types with AssocMap]
500- -- PlutusTx.deriveEq ''ScriptContext
496+ -- No PlutusTx.Eq instance, see Note [No PlutusTx.Eq for types with AssocMap]
501497
502498instance Pretty ScriptContext where
503499 pretty ScriptContext {.. } =
0 commit comments