• About
  • Snapshots
  • LTS
  • Nightly
  • FAQ
  • Blog

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.

  1. JSAstModule :: [JSModuleItem] -> JSAnnot -> JSAST

    language-javascript Language.JavaScript.Parser

    No documentation available.

  2. JSAstModule :: [JSModuleItem] -> JSAnnot -> JSAST

    language-javascript Language.JavaScript.Parser.AST

    No documentation available.

  3. firstMaybe :: (a -> Maybe b) -> [a] -> Maybe b

    liquid-fixpoint Language.Fixpoint.Misc

    No documentation available.

  4. arrConstM :: Symbol

    liquid-fixpoint Language.Fixpoint.Smt.Theories

    No documentation available.

  5. isTmpSymbol :: Symbol -> Bool

    liquidhaskell-boot Language.Haskell.Liquid.GHC.Misc

    No documentation available.

  6. isTmpVar :: Var -> Bool

    liquidhaskell-boot Language.Haskell.Liquid.GHC.Misc

    No documentation available.

  7. firstM :: Functor f => (t -> f a) -> (t, t1) -> f (a, t1)

    liquidhaskell-boot Language.Haskell.Liquid.Misc

    No documentation available.

  8. lastModified :: FilePath -> IO (Maybe UTCTime)

    liquidhaskell-boot Language.Haskell.Liquid.Misc

    No documentation available.

  9. nubHashLastM :: (Eq k, Hashable k, Monad m) => (a -> m k) -> [a] -> m [a]

    liquidhaskell-boot Language.Haskell.Liquid.Misc

    No documentation available.

  10. data BlockedIndefinitelyOnSTM

    monad-peel Control.Exception.Peel

    The thread is waiting to retry an STM transaction, but there are no other references to any TVars involved, so it can't ever continue.

Page 157 of many | Previous | Next

Stackage is a service provided by the Haskell Foundation │ Originally developed by FP Complete