Leksah / Haskell : search for functions that operate on a given type (say [a], [Char])

50 Views Asked by At

Is there an easy way to search for functions that operate on a given type , say on [a] ? In Leksah Haskell IDE or with some other method ?

If I want to figure out all the things that can be done to [a] or say [Char], what should I do ?

Akin to typing "hello".+autocomplete in a Java/Scala IDE ?

So that all the possible operations show up that can be done to that class (i.e. class member functions) ?

0

There are 0 best solutions below