Safe Haskell | None |
---|---|
Language | Haskell98 |
- data HayooResult = HayooResult {
- resultMax :: Int
- resultOffset :: Int
- resultCount :: Int
- resultResult :: [HayooSymbol]
- data HayooSymbol = HayooSymbol {
- resultUri :: String
- tag :: String
- hayooPackage :: String
- hayooName :: String
- hayooSource :: String
- hayooDescription :: String
- hayooSignature :: String
- hayooModules :: [String]
- hayooScore :: Double
- hayooType :: String
- hayooAsDeclaration :: HayooSymbol -> Maybe ModuleDeclaration
- hayoo :: String -> Maybe Int -> ExceptT String IO HayooResult
- untagDescription :: String -> String
- module Control.Monad.Except
Types
data HayooResult Source
Hayoo response
HayooResult | |
|
data HayooSymbol Source
Hayoo symbol
HayooSymbol | |
|
hayooAsDeclaration :: HayooSymbol -> Maybe ModuleDeclaration Source
HayooFunction
as Declaration
Search help online
Utils
untagDescription :: String -> String Source
Remove tags in description
Reexportss
module Control.Monad.Except