Skip to content

Commit

Permalink
impl mkAutoUpdateWithModify using extended def
Browse files Browse the repository at this point in the history
  • Loading branch information
khibino committed Dec 13, 2024
1 parent 2084b9b commit 428bb7e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion auto-update/Control/AutoUpdate/Internal.hs
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ mkAutoUpdate = mkAutoUpdateThings $ \g _ _ -> g
--
-- @since 0.1.4
mkAutoUpdateWithModify :: UpdateSettings a -> (a -> IO a) -> IO (IO a)
mkAutoUpdateWithModify us f = undefined
mkAutoUpdateWithModify us f = mkAutoUpdateThingsWithModify (\g _ _ -> g) us f

-- $setup
-- >>> :set -XNumericUnderscores
Expand Down

0 comments on commit 428bb7e

Please sign in to comment.