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. DoubleArrow :: Token

    haskell-src Language.Haskell.Lexer

    No documentation available.

  2. LeftArrow :: Token

    haskell-src Language.Haskell.Lexer

    No documentation available.

  3. RightArrow :: Token

    haskell-src Language.Haskell.Lexer

    No documentation available.

  4. narrowHReaderT :: forall (m :: Type -> Type) (els :: [Type]) (subels :: [Type]) proxy a . (Monad m, Applicative m, SubHSettable els subels) => proxy subels -> HReaderT subels m a -> HReaderT els m a

    hreader Control.Monad.HReader

    Convenient variant of subHSetHReaderT with proxy type to make it posible to run nested HReaderT in place without complex type declarations, e.g.

    narrowHReaderT (Proxy :: Proxy '[String, Int]) $ do
    doThingsWithString
    doThingsWithInt
    doThingsWithOtherStuff -- < this will not compile
    

  5. narrow16Int# :: Int# -> Int#

    ihaskell IHaskellPrelude

    No documentation available.

  6. narrow16Word# :: Word# -> Word#

    ihaskell IHaskellPrelude

    No documentation available.

  7. narrow32Int# :: Int# -> Int#

    ihaskell IHaskellPrelude

    No documentation available.

  8. narrow32Word# :: Word# -> Word#

    ihaskell IHaskellPrelude

    No documentation available.

  9. narrow8Int# :: Int# -> Int#

    ihaskell IHaskellPrelude

    No documentation available.

  10. narrow8Word# :: Word# -> Word#

    ihaskell IHaskellPrelude

    No documentation available.

Page 92 of many | Previous | Next