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've tried to search for types like (a -> Bool) but apparently searching for any? type signature with a concrete type instead of a type variable doesn't get any results even if you type in the exact type signature of an existing and indexed function. I have the same issue with the https://hoogle.haskell.org/ database and a locally generated (version 5.0.18.3) one.
The text was updated successfully, but these errors were encountered:
herkhinah
changed the title
Can't find concrete types
Can't find anything? that isn't a type variable?
May 10, 2023
I've tried to search for types like
(a -> Bool)
but apparently searching for any? type signature with a concrete type instead of a type variable doesn't get any results even if you type in the exact type signature of an existing and indexed function. I have the same issue with the https://hoogle.haskell.org/ database and a locally generated (version 5.0.18.3) one.The text was updated successfully, but these errors were encountered: