Hoogle Search

Within LTS Haskell 24.46 (ghc-9.10.3)

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

  1. runStmt :: MonadInterpreter m => String -> m ()

    hint Language.Haskell.Interpreter

    Evaluate a statement in the IO monad, possibly binding new names. Example:

    runStmt "x <- return 42"
    runStmt "print x"
    

  2. testMigrate :: Migration

    persistent-test PersistentTest

    No documentation available.

  3. module PersistentTestModels

    No documentation available.

  4. entityDefListFortestMigrate :: [EntityDef]

    persistent-test PersistentTestModels

    No documentation available.

  5. testMigrate :: Migration

    persistent-test PersistentTestModels

    No documentation available.

  6. module PersistentTestModelsImports

    this just needs to compile

  7. adjustMax :: (a -> a) -> MaxPQueue k a -> MaxPQueue k a

    pqueue Data.PQueue.Prio.Max

    Alter the value at the maximum key. If the queue is empty, does nothing.

  8. adjustMaxA :: Applicative f => (a -> f a) -> MaxPQueue k a -> f (MaxPQueue k a)

    pqueue Data.PQueue.Prio.Max

    per operation. Alter the value at the maximum key in an Applicative context. If the queue is empty, does nothing.

  9. adjustMaxWithKey :: (k -> a -> a) -> MaxPQueue k a -> MaxPQueue k a

    pqueue Data.PQueue.Prio.Max

    Alter the value at the maximum key. If the queue is empty, does nothing.

  10. adjustMaxWithKeyA :: Applicative f => (k -> a -> f a) -> MaxPQueue k a -> f (MaxPQueue k a)

    pqueue Data.PQueue.Prio.Max

    per operation. Alter the value at the maximum key in an Applicative context. If the queue is empty, does nothing.

Page 81 of many | Previous | Next