You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Then the exercise would have to contain a function that converts a date to a weekday. I don't know if that's hard, but it's something I would like to expect is solved by a date library.
I would prefer if the exercise encouraged the use of existing popular libraries when ones exist.
I think this exercise belongs to Core_kernel unless there's another date module that is also popular.
Affected exercises:
meetup
usesDate
from Core_kernel and can't simply be downgraded, I think.zipper
uses nothing outside Base and can trivially be downgraded.word-count
usesString.Map
from Core_kernel and can somewhat simply be downgraded.nucleotide-count
usesChar.Map
from Core_kernel and can somewhat simply be downgraded.react
uses the deprecatedsucc
instead ofInt.succ
andInt.Table
(which looks like a specializedHashtbl
) can be downgraded with a bit of fiddling.The remaining 40 exercises all depend on Base.
The text was updated successfully, but these errors were encountered: