1
1
mirror of https://github.com/qfpl/applied-fp-course.git synced 2024-11-22 19:34:33 +03:00

Changed the next module instruction for level04/Types.hs to match Readme order

This commit is contained in:
Chris Mckay 2019-02-12 09:28:46 +10:00
parent 4403218268
commit 72629271b2
No known key found for this signature in database
GPG Key ID: DCCCB396E0067153

View File

@ -101,4 +101,4 @@ encodeISO8601DateTime = pack . TF.formatTime loc fmt >$< E.text
fmt = TF.iso8601DateFormat (Just "%H:%M:%S")
loc = TF.defaultTimeLocale { TF.knownTimeZones = [] }
-- | Move on to ``src/Level04/Core.hs`` next.
-- | Move on to ``src/Level04/DB.hs`` next.