Hoogle Search

Within LTS Haskell 24.55 (ghc-9.10.3)

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

  1. toArrow :: ArrowClass o => o -> Arrow

    gtk Graphics.UI.Gtk.Misc.Arrow

    No documentation available.

  2. DoubleArrow :: Token

    haskell-src Language.Haskell.Lexer

    No documentation available.

  3. LeftArrow :: Token

    haskell-src Language.Haskell.Lexer

    No documentation available.

  4. RightArrow :: Token

    haskell-src Language.Haskell.Lexer

    No documentation available.

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

  6. narrow16Int# :: Int# -> Int#

    ihaskell IHaskellPrelude

    No documentation available.

  7. narrow16Word# :: Word# -> Word#

    ihaskell IHaskellPrelude

    No documentation available.

  8. narrow32Int# :: Int# -> Int#

    ihaskell IHaskellPrelude

    No documentation available.

  9. narrow32Word# :: Word# -> Word#

    ihaskell IHaskellPrelude

    No documentation available.

  10. narrow8Int# :: Int# -> Int#

    ihaskell IHaskellPrelude

    No documentation available.

Page 94 of many | Previous | Next