hoogle

Safe HaskellSafe-Infered

Hoogle.Type.Item

Synopsis

Documentation

type Input = ([Fact], [TextItem])

entryUnique :: Entry -> (String, TagStr, Docs, String, Maybe TypeSig)

Figure out what makes this entry different from others

entryJoin :: Entry -> Entry -> Entry

Join two entries that are equal under entryUnique

data EntryView

Constructors

FocusOn String 
ArgPosNum Int Int 

Instances