Hoogle Search
Within LTS Haskell 24.39 (ghc-9.10.3)
Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.
scrolledWindowSetVAdjustment :: ScrolledWindowClass self => self -> Adjustment -> IO ()gtk Graphics.UI.Gtk.Scrolling.ScrolledWindow Sets the Adjustment for the vertical scrollbar.
scrolledWindowVAdjustment :: ScrolledWindowClass self => Attr self Adjustmentgtk Graphics.UI.Gtk.Scrolling.ScrolledWindow The Adjustment for the vertical position.
HsLetStmt :: [HsDecl] -> HsStmthaskell-src Language.Haskell.Syntax Local bindings.
-
haskell-src Language.Haskell.Syntax This type represents both stmt in a do-expression, and qual in a list comprehension.
testMerkleRoot :: Network -> MerkleBlock -> Boolhaskoin-core Haskoin.Block.Merkle Check if Merkle block root is valid against the block header.
-
haskoin-core Haskoin.Crypto.Keys.Mnemonic Map of words to their position (index) in the word list.
-
heap Data.Heap Policy type for a (prio, val) MaxPrioHeap.
-
heap Data.Heap Policy type for a (prio, val) MinPrioHeap.
httpLastModified :: Manager -> String -> IO (Maybe UTCTime)http-directory Network.HTTP.Directory Try to get the modification time (Last-Modified field) of an http file Raises an error if the http request fails.
httpLastModified' :: String -> IO (Maybe UTCTime)http-directory Network.HTTP.Directory Try to get the modification time (Last-Modified field) of an http file Raises an error if the http request fails. Uses global Manager