hoogleSource codeContentsIndex
Hoogle.Item.Item
Documentation
data Package Source
Constructors
Package
packageName :: String
packageVersion :: String
haddockURL :: String
hackageURL :: String
show/hide Instances
data Module Source
Constructors
Module
moduleName :: [String]
show/hide Instances
data Entry Source
Constructors
Entry
entryModule :: Maybe (Link Module)
entryPackage :: Link Package
entryName :: String
entryText :: [EntryText]
entryType :: EntryType
entryDocs :: Haddock
entryTypesig :: Maybe (Defer TypeSig)
show/hide Instances
data EntryText Source
Constructors
Keyword String
Text String
Focus String
ArgPos Int String
ArgRes String
show/hide Instances
data EntryView Source
Constructors
FocusOn Range
ArgPosNum Int Int
show/hide Instances
data EntryType Source
Constructors
EntryModule
EntryPackage
EntryKeyword
EntryOther
show/hide Instances
data EntryScore Source
Constructors
EntryScore Int String String [String]
show/hide Instances
entryScore :: Entry -> EntryScoreSource
renderEntryText :: [EntryView] -> [EntryText] -> TagStrSource
renderFocus :: [Range] -> String -> TagStrSource
renderTextItem :: TextItem -> [EntryText]Source
renderTypeSig :: TypeSig -> [EntryText]Source
Produced by Haddock version 2.4.2