hoogle-4.0.0.5: src/Hoogle/All.hs
module Hoogle.All(
Query(..), parseQuery, renderQuery, suggestQuery, usefulQuery,
Flag(..),
DataBase, loadDataBase, showDataBase,
convert, rank, combine,
searchAll, searchRange, Result(..),
completions
) where
import Hoogle.Query.All
import Hoogle.DataBase.All
import Hoogle.Search.All
import Hoogle.Operations.All