hoogleSource codeContentsIndex
Hoogle.DataBase.TypeSearch.Result
Documentation
type ArgPos = IntSource
type Result = (Link EntryInfo, [EntryView], TypeScore)Source
type ResultReal = (Link Entry, [EntryView], TypeScore)Source
flattenResults :: [Result] -> [(Link Entry, [EntryView], TypeScore)]Source
data ResultAll Source
Constructors
ResultAll Int (Link EntryInfo) [[ResultArg]]
show/hide Instances
data ResultArg Source
Constructors
ResultArg
resultArgEntry :: Link EntryInfo
resultArgPos :: ArgPos
resultArgBind :: Binding
show/hide Instances
newResultAll :: EntryInfo -> Link EntryInfo -> Maybe ResultAllSource
addResultAll :: Instances -> EntryInfo -> (Maybe ArgPos, ResultArg) -> ResultAll -> (ResultAll, [Result])Source
newGraphsResults :: Instances -> EntryInfo -> Link EntryInfo -> [ResultArg] -> ResultArg -> Maybe ResultSource
module Hoogle.DataBase.TypeSearch.EntryInfo
Produced by Haddock version 2.4.2