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
Problem: `readMaybe` type isn't polymorphic.
One of key points in the design of `Universum` is to avoid `String` as much as possible.
Solution: changed type to `readMaybe :: (ToString a, Read b) => a -> Maybe b`
0 commit comments