Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
Co-authored-by: Joosep Jääger <[email protected]>
  • Loading branch information
TimSheard and Soupstraw authored Sep 24, 2024
1 parent 34586a5 commit b5250be
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 10 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -1194,15 +1194,6 @@ instance
, forAll (snd_ forest) $ genHint (Just 2, limit)
]

{-
type UsesPParamsHKD era fn =
( EraPP era,
TypeSpec fn (SimpleRep (PParamsHKD StrictMaybe era))
~ TypeSpec fn (PParamsHKD StrictMaybe era),
HasSimpleRep (PParamsHKD StrictMaybe era),
HasSpec fn (SimpleRep(PParamsHKD StrictMaybe era)) )
-}

instance Era era => HasSimpleRep (EnactSignal era)
instance (IsConwayUniv fn, EraPP Conway) => HasSpec fn (EnactSignal Conway)

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,7 @@ utxoStateGen =

spec :: Spec
spec = do
describe "Soundnes of WellFormed types from the Cardano Ledger: " $ do
describe "Soundness of WellFormed types from the Cardano Ledger: " $ do
soundSpecWith @(ProtVer, ProtVer) 100 (pure protVersCanfollow)
soundSpecWith @(InstantaneousRewards StandardCrypto)
20
Expand Down

0 comments on commit b5250be

Please sign in to comment.