Hayoo! will search all packages from Hackage, including all function and type definitions
Questions tagged [hayoo]
2 questions
9
votes
1 answer
Hayoo/Hoogle not matching monomorphic/less polymorphic signatures with polymorphic ones
I'm trying to understand if there's a fundamental reason for why Hoogle and Hayoo aren't matching, for instance
(b -> c) -> (b' -> c') -> (b, b') -> (c, c')
to
a b c -> a b' c' -> a (b, b') (c, c')
which happens to be the type of…

Erik Kaplun
- 37,128
- 15
- 99
- 111
6
votes
3 answers
how to find `toStrict :: Text -> Text` using hayoo / hoogle
I was trying to find the toStrict function of type Data.Text.Lazy.Text -> Data.Text.Text, but I didn't know a) what it was called, and b) exactly what the Lazy module name was.
Searching Hayoo for Text -> Text brings up lots of results. Is there a…

ErikR
- 51,541
- 9
- 73
- 124