Hoogle Search
Within LTS Haskell 24.42 (ghc-9.10.3)
Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.
allocatePriorComments :: Pos -> [LEpaComment] -> ([LEpaComment], [LEpaComment])ghc-exactprint Language.Haskell.GHC.ExactPrint.Utils No documentation available.
allClosures :: GenClosure b -> [b]ghc-heap GHC.Exts.Heap For generic code, this function returns all referenced closures.
alloc_limit :: GenClosure b -> !Int64ghc-heap GHC.Exts.Heap No documentation available.
allClosures :: GenClosure b -> [b]ghc-heap GHC.Exts.Heap.Closures For generic code, this function returns all referenced closures.
alloc_limit :: GenClosure b -> !Int64ghc-heap GHC.Exts.Heap.Closures No documentation available.
allocaGlpkArray :: Storable a => [a] -> (GlpkArray a -> IO b) -> IO bglpk-headers Math.Programming.Glpk.Header Run a computation with a temporary GlpkArray.
-
haskoin-core Haskoin.Network.Constants List of all networks supported by this library.
allowNegativeP :: Num n => P n -> P nhosc Sound.Osc.Text No documentation available.
allocSimpleConfig :: Socket -> BufferSize -> IO Confighttp2 Network.HTTP2.Client Making simple configuration whose IO is not efficient. A write buffer is allocated internally. WAI timeout manger is initialized with 30_000_000 microseconds.
allocSimpleConfig' :: Socket -> BufferSize -> Int -> IO Confighttp2 Network.HTTP2.Client Making simple configuration whose IO is not efficient. A write buffer is allocated internally. The third argument is microseconds to initialize WAI timeout manager.