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
Type directed search doesn't work, for the browser UI.
Searching for a -> a should return a list including identity :: forall a. a -> a, and as well as various monorphized functions that match like Int -> Int or Boolean -> Boolean.
The text was updated successfully, but these errors were encountered:
Type directed search doesn't work, for the browser UI.
Searching for
a -> a
should return a list includingidentity :: forall a. a -> a
, and as well as various monorphized functions that match likeInt -> Int
orBoolean -> Boolean
.The text was updated successfully, but these errors were encountered: