Skip to content

Commit

Permalink
Remove Haddock from inside data declaration (#6430)
Browse files Browse the repository at this point in the history
  • Loading branch information
ana-pantilie authored Aug 23, 2024
1 parent 2d4c945 commit 24ad246
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions plutus-ledger-api/src/PlutusLedgerApi/V3/ParamName.hs
Original file line number Diff line number Diff line change
Expand Up @@ -266,8 +266,8 @@ data ParamName =
| ByteStringToInteger'cpu'arguments'c2
| ByteStringToInteger'memory'arguments'intercept
| ByteStringToInteger'memory'arguments'slope
-- not enabled yet:
-- | ExpModInteger'cpu'arguments
-- | ExpModInteger'memory'arguments
-- not enabled yet:
-- ExpModInteger'cpu'arguments
-- ExpModInteger'memory'arguments
deriving stock (Eq, Ord, Enum, Ix, Bounded, Generic)
deriving IsParamName via (GenericParamName ParamName)

0 comments on commit 24ad246

Please sign in to comment.