Hoogle Search
Within LTS Haskell 24.35 (ghc-9.10.3)
Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.
type family
SignalList a :: [(Symbol, Type)]haskell-gi-base Data.GI.Base.Overloading The list of signals defined for a given type. Each element of the list is a tuple, with the first element of the tuple the name of the signal, and the second the type encoding the information of the signal. This type will be an instance of SignalInfo.
constructObjectPropertyPtrGList :: String -> [Ptr a] -> IO (GValueConstruct o)haskell-gi-base Data.GI.Base.Properties No documentation available.
getObjectPropertyPtrGList :: GObject a => a -> String -> IO [Ptr b]haskell-gi-base Data.GI.Base.Properties No documentation available.
setObjectPropertyPtrGList :: GObject a => a -> String -> [Ptr b] -> IO ()haskell-gi-base Data.GI.Base.Properties No documentation available.
showList :: Show a => [a] -> ShowShaskell-gi-base Data.GI.Base.ShortPrelude The method showList is provided to allow the programmer to give a specialised way of showing lists of values. For example, this is used by the predefined Show instance of the Char type, where values of type String should be shown in double quotes, rather than between square brackets.
fromAscList :: [(Key, a)] -> CharMap aregex-tdfa Data.IntMap.CharMap2 No documentation available.
fromAscListWith :: (a -> a -> a) -> [(Key, a)] -> CharMap aregex-tdfa Data.IntMap.CharMap2 No documentation available.
fromAscListWithKey :: (Key -> a -> a -> a) -> [(Key, a)] -> CharMap aregex-tdfa Data.IntMap.CharMap2 No documentation available.
fromDistinctAscList :: [(Key, a)] -> CharMap aregex-tdfa Data.IntMap.CharMap2 No documentation available.
fromList :: [(Key, a)] -> CharMap aregex-tdfa Data.IntMap.CharMap2 No documentation available.