Cloogle is a search engine for the Clean language.
The following search strings are recognised:
hd | Functions with a name like hd |
:: a [a] -> a | Functions with a type unifiable with a [a] -> a |
hd :: [a] -> a | A combination of the above |
:: A.a: [a] -> a | Type search, where a cannot be unified |
\\ | Information about the syntax construct \\ |
stack overflow | Information about the error message "stack overflow" |
using Int; == | Anything that uses Int and == |
exact Text | Anything with the exact name Text |
class Text | Classes with the exact name Text |
type Int | Types with the exact name Int |
Besides this web app, there are other frontends available.
You can also browse the index and read the documentation.
Development takes place on GitLab. Please read the contributing guidelines first.
For bug reports, open an issue in the issue tracker.