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. ideclAs :: ImportDecl pass -> Maybe (XRec pass ModuleName)

    liquidhaskell-boot Liquid.GHC.API

    as Module

  2. ideclName :: ImportDecl pass -> XRec pass ModuleName

    liquidhaskell-boot Liquid.GHC.API

    Module name.

  3. idle :: Sched -> HotVar [MVar Bool]

    monad-par Control.Monad.Par.Scheds.Direct

    No documentation available.

  4. idle :: Sched -> IORef [MVar Bool]

    monad-par Control.Monad.Par.Scheds.TraceInternal

    No documentation available.

  5. idPeel :: (Monad m, Monad n, Monad o) => n (m a -> m (o a))

    monad-peel Control.Monad.Trans.Peel

    idPeel acts as the "identity" peel operation from a monad m to itself.

    idPeel = return $ liftM return
    
    It serves as the base case for a class like MonadPeelIO, which allows control operations in some base monad (here IO) to be lifted through arbitrary stacks of zero or more monad transformers in one call. For example, Control.Monad.IO.Peel defines
    class MonadIO m => MonadPeelIO m where
    peelIO :: m (m a -> IO (m a))
    instance MonadPeelIO IO where
    peelIO = idPeel
    

  6. identity :: Num a => Int -> Matrix a

    numeric-quest RowEchelon

    No documentation available.

  7. identity :: Num a => Transform a

    pdf-toolbox-content Pdf.Content.Transform

    Identity transform

  8. idGenerator :: Session -> IO Text

    pontarius-xmpp Network.Xmpp.Internal

    No documentation available.

  9. idGenerator :: Session -> IO Text

    pontarius-xmpp Network.Xmpp.Internal

    No documentation available.

  10. ident :: HeadedParsec Void Text Ident

    postgresql-syntax PostgresqlSyntax.Parsing

    References

    ident_start   [A-Za-z200-377_]
    ident_cont    [A-Za-z200-377_0-9$]
    identifier    {ident_start}{ident_cont}*
    

Page 305 of many | Previous | Next