Hoogle Search
Within LTS Haskell 24.52 (ghc-9.10.3)
Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.
scrollbarHeightAllocation :: HScrollbarRenderer n -> Intbrick Brick.Widgets.Core The number of rows that will be allocated to the scroll bar. This determines how much space the widgets of the scroll bar elements can take up. If they use less than this amount, padding will be applied between the scroll bar and the viewport contents.
scrollbarWidthAllocation :: VScrollbarRenderer n -> Intbrick Brick.Widgets.Core The number of columns that will be allocated to the scroll bar. This determines how much space the widgets of the scroll bar elements can take up. If they use less than this amount, padding will be applied between the scroll bar and the viewport contents.
forkFinally :: IO a -> (Either SomeException a -> IO ()) -> IO ThreadIdcontext Context.Concurrent See forkFinally.
-
crypto-cipher-types Crypto.Cipher.Types No documentation available.
valList :: PersistField typ => [typ] -> SqlExpr (ValueList typ)esqueleto Database.Esqueleto Lift a list of constant value from Haskell-land to the query.
-
esqueleto Database.Esqueleto.Experimental UNION ALL SQL set operation. Can be used as an infix function between SqlQuery values.
valList :: PersistField typ => [typ] -> SqlExpr (ValueList typ)esqueleto Database.Esqueleto.Experimental Lift a list of constant value from Haskell-land to the query.
-
esqueleto Database.Esqueleto.Experimental.From.SqlSetOperation Overloaded unionAll_ function to support use in both SqlSetOperation and withRecursive
-
esqueleto Database.Esqueleto.Experimental.From.SqlSetOperation UNION ALL SQL set operation. Can be used as an infix function between SqlQuery values.
-
esqueleto Database.Esqueleto.Internal.Internal The default, everything.