| Safe Haskell | None |
|---|---|
| Language | Haskell2010 |
IHaskell.Eval.Hoogle
Synopsis
- search :: String -> IO [HoogleResult]
- document :: String -> IO [HoogleResult]
- render :: OutputFormat -> HoogleResult -> String
- data OutputFormat
- data HoogleResult
Documentation
search :: String -> IO [HoogleResult] #
Search for a query on Hoogle. Return all search results.
document :: String -> IO [HoogleResult] #
Look up an identifier on Hoogle. Return documentation for that identifier. If there are many identifiers, include documentation for all of them.
render :: OutputFormat -> HoogleResult -> String #
Render a Hoogle search result into an output format.
data OutputFormat #
Types of formats to render output to.
data HoogleResult #
Instances
| Show HoogleResult # | |
Defined in IHaskell.Eval.Hoogle Methods showsPrec :: Int -> HoogleResult -> ShowS # show :: HoogleResult -> String # showList :: [HoogleResult] -> ShowS # | |