Michael James
Michael James
https://github.com/davidmrdavid/hoogle_plus/pull/110 it doesn't do subexpressions, but it's a start.
Eh, good enough for now? https://github.com/davidmrdavid/hoogle_plus/pull/110
Seems like there's a bug still: `a -> [Maybe a] -> a`; Click search; stop after two results add example: `0 -> [Nothing, Just 1] -> 1` Search again, previous...
Ah, looks like it's the space in `Nothing, Just 1` that destroys the existing results. The examples that come from the server don't have a space. I've got a to...
So I don't parse the examples yet; but in my experience the round trip to the server has been pretty good, so an example that gets removed comes back pretty...
For point 2 about generating from a text file, you don't specify the file itself, but rather the containing directory. For example, if my text database is in `docs/MyProject.txt`, then...
This could also be addressed by changing the hard-fail on https://github.com/ndmitchell/hoogle/blob/master/src/Input/Haddock.hs#L89 to a log message. That may be the easiest fix.