Hoogle Search

Within LTS Haskell 24.32 (ghc-9.10.3)

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

  1. LeftArrow :: Token

    haskell-src Language.Haskell.Lexer

    No documentation available.

  2. RightArrow :: Token

    haskell-src Language.Haskell.Lexer

    No documentation available.

  3. 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
    

  4. narrow16Int# :: Int# -> Int#

    ihaskell IHaskellPrelude

    No documentation available.

  5. narrow16Word# :: Word# -> Word#

    ihaskell IHaskellPrelude

    No documentation available.

  6. narrow32Int# :: Int# -> Int#

    ihaskell IHaskellPrelude

    No documentation available.

  7. narrow32Word# :: Word# -> Word#

    ihaskell IHaskellPrelude

    No documentation available.

  8. narrow8Int# :: Int# -> Int#

    ihaskell IHaskellPrelude

    No documentation available.

  9. narrow8Word# :: Word# -> Word#

    ihaskell IHaskellPrelude

    No documentation available.

  10. narrowPort :: (PortType typ, Direction dir, ThrowsPortMismatch e) => Port UnknownType UnknownDirection -> ExceptionalT e IO (Port typ dir)

    jack Sound.JACK

    No documentation available.

Page 92 of many | Previous | Next