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
I uses types for readability and codequality like:
type Size = Int
size :: ConcurrentHashTable key val -> IO(Size)
but I want the haddock docuentation to read:
size :: ConcurrentHashTable key val -> IO(Int)