Skip to content

Instantly share code, notes, and snippets.

@Gryff
Created March 12, 2019 16:25
Show Gist options
  • Select an option

  • Save Gryff/2d4684c7e800dfd6735c7e28bcf1656c to your computer and use it in GitHub Desktop.

Select an option

Save Gryff/2d4684c7e800dfd6735c7e28bcf1656c to your computer and use it in GitHub Desktop.
instance MonadCurrentDateTime IO where
currentDateTime = getCurrentTime -- this comes from Data.Time
-- in our test file
instance MonadCurrentDateTime Identity where
currentDateTime = pure firstOfJan2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment