Skip to content

Commit

Permalink
fix extractIO (otherwise tests fail)
Browse files Browse the repository at this point in the history
  • Loading branch information
LeventErkok committed May 10, 2024
1 parent b1fbae5 commit 3c04d86
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Data/SBV/Utils/ExtractIO.hs
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ class MonadIO m => ExtractIO m where

-- | Trivial IO extraction for 'IO'.
instance ExtractIO IO where
extractIO = fmap pure
extractIO = pure

-- | IO extraction for 'MaybeT'.
instance ExtractIO m => ExtractIO (MaybeT m) where
Expand Down

0 comments on commit 3c04d86

Please sign in to comment.