|
|
|
|
|
by mdm12
1316 days ago
|
|
In my perusals into the Haskell ecosystem, discovering Hoogle[1] was definitely a revelation on the power of a strongly-typed language. Sometimes, you know the _shape_ of the thing you are looking for, but not the name. The ability to search a repository of packages for all functions conforming to a certain type signature (e.g., (a -> Bool) -> [a] -> [a]) is a superpower. [1] https://hoogle.haskell.org/ |
|
https://klaftertief.github.io/elm-search/?q=c%20-%3E%20(a%20...