Created
March 12, 2019 16:25
-
-
Save Gryff/2d4684c7e800dfd6735c7e28bcf1656c to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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