Skip to content

Commit 24ad246

Browse files
authored
Remove Haddock from inside data declaration (#6430)
1 parent 2d4c945 commit 24ad246

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

plutus-ledger-api/src/PlutusLedgerApi/V3/ParamName.hs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -266,8 +266,8 @@ data ParamName =
266266
| ByteStringToInteger'cpu'arguments'c2
267267
| ByteStringToInteger'memory'arguments'intercept
268268
| ByteStringToInteger'memory'arguments'slope
269-
-- not enabled yet:
270-
-- | ExpModInteger'cpu'arguments
271-
-- | ExpModInteger'memory'arguments
269+
-- not enabled yet:
270+
-- ExpModInteger'cpu'arguments
271+
-- ExpModInteger'memory'arguments
272272
deriving stock (Eq, Ord, Enum, Ix, Bounded, Generic)
273273
deriving IsParamName via (GenericParamName ParamName)

0 commit comments

Comments
 (0)