Hoogle Search

Within LTS Haskell 24.6 (ghc-9.10.2)

Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.

  1. isTransStmt :: StmtLR GhcPs GhcPs (LHsExpr GhcPs) -> Bool

    ghc-lib-parser-ex Language.Haskell.GhclibParserEx.GHC.Hs.Expr

    No documentation available.

  2. parseStmt :: String -> DynFlags -> ParseResult (Maybe (LStmt GhcPs (LHsExpr GhcPs)))

    ghc-lib-parser-ex Language.Haskell.GhclibParserEx.GHC.Parser

    No documentation available.

  3. getLastModified :: (MonadDOM m, IsDocument self, FromJSString result) => self -> m result

    ghcjs-dom GHCJS.DOM.Document

    Mozilla Document.lastModified documentation

  4. adjustMin :: (a -> a) -> Heap a -> Heap a

    heaps Data.Heap

    O(log n). Adjust the minimum key in the heap and return the resulting heap.

    >>> adjustMin (+1) (fromList [1,2,3])
    fromList [2,2,3]
    

  5. toListM :: forall m k t a (ss :: [k]) . Applicative m => (forall (s :: k) . () => t s -> m a) -> PL t ss -> m [a]

    hetero-parameter-list Data.HeteroParList

    No documentation available.

  6. toListM2 :: forall m k t a (sss :: [[k]]) . Applicative m => (forall (s :: k) . () => t s -> m a) -> PL2 t sss -> m [[a]]

    hetero-parameter-list Data.HeteroParList

    No documentation available.

  7. toListM2_ :: forall m k t a (ss :: [[k]]) . Applicative m => (forall (s :: k) . () => t s -> m a) -> PL2 t ss -> m ()

    hetero-parameter-list Data.HeteroParList

    No documentation available.

  8. toListM3 :: forall m k t a (sss :: [[[k]]]) . Applicative m => (forall (s :: k) . () => t s -> m a) -> PL3 t sss -> m [[[a]]]

    hetero-parameter-list Data.HeteroParList

    No documentation available.

  9. toListM3_ :: forall m k t a (ss :: [[[k]]]) . Applicative m => (forall (s :: k) . () => t s -> m a) -> PL3 t ss -> m ()

    hetero-parameter-list Data.HeteroParList

    No documentation available.

  10. toListM_ :: forall m k t a (ss :: [k]) . Applicative m => (forall (s :: k) . () => t s -> m a) -> PL t ss -> m ()

    hetero-parameter-list Data.HeteroParList

    No documentation available.

Page 93 of many | Previous | Next