Hi

> > a) use hoogle (haskell.org/hoogle). You can use hoogle to find functions by 
> > types. But I don't
> > know haw to create a query such as ... -> Document -> ...
>
> Hoogle unfortunately doesn't do that very well, although that would be a
> great feature.

Wait for version 4 :-) - I've added _ 's for wildcard types, _ ->
Document -> _ would give you what you want. I've also  made it so a
search for "Document" can give you all the types which involve
document in any way.

> But I think that  Text.XML.HaXml  isn't indexed by Hoogle
> anyway?

Version 4 will be capable of indexing all of hackage, so hopefully
that can be done.

Thanks

Neil
_______________________________________________
Haskell-Cafe mailing list
Haskell-Cafe@haskell.org
http://www.haskell.org/mailman/listinfo/haskell-cafe

Reply via email to