Skip to content

Commit

Permalink
Remove unused instance of ToExpr for NonEmptyMap.
Browse files Browse the repository at this point in the history
  • Loading branch information
jonathanknowles committed Jun 5, 2023
1 parent 54c76a8 commit f5cae1c
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions lib/wallet/test/unit/Cardano/Wallet/DB/StateMachine.hs
Expand Up @@ -185,8 +185,6 @@ import Data.List.Extra
( enumerate )
import Data.Map
( Map )
import Data.Map.Strict.NonEmptyMap.Internal
( NonEmptyMap )
import Data.Maybe
( catMaybes, fromJust )
import Data.Quantity
Expand Down Expand Up @@ -695,9 +693,6 @@ deriving instance ToExpr s => ToExpr (Model s Concrete)
instance ToExpr s => ToExpr (Mock s) where
toExpr = genericToExpr

instance (ToExpr k, ToExpr v) => ToExpr (NonEmptyMap k v) where
toExpr = genericToExpr

instance ToExpr WalletId where
toExpr = defaultExprViaShow

Expand Down

0 comments on commit f5cae1c

Please sign in to comment.