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. lengthFlip :: [a] -> Int

    perf Perf.Algos

    With argument order flipped

  2. lengthFlipLazy :: [a] -> Int

    perf Perf.Algos

    Lazy with argument order flipped.

  3. recurseFlip :: (a -> b -> b) -> b -> [a] -> b

    perf Perf.Algos

    Tail resursion with flipped argument order.

  4. recurseFlipLazy :: (a -> b -> b) -> b -> [a] -> b

    perf Perf.Algos

    Lazy tail resursion with flipped argument order.

  5. sumFlip :: Num a => [a] -> a

    perf Perf.Algos

    With argument order flipped

  6. sumFlipLazy :: Num a => [a] -> a

    perf Perf.Algos

    Lazy with argument order flipped.

  7. runFlipped :: Flipped (f :: Type -> Type) a (n :: Nat) -> Sized f n a

    sized Data.Sized.Flipped

    No documentation available.

  8. unflipTab :: [(Int, Int)]

    utf8-light Codec.Binary.UTF8.Light

    No documentation available.

  9. unflipUTF8 :: UTF8 a => a -> a

    utf8-light Codec.Binary.UTF8.Light

    ghci> putUTF8Ln $ (unflipUTF8 . flipUTF8) "[?np_bs!]"
    [?np_bs!]
    

  10. imageFlipDiagonal :: IO ()

    Imlib Graphics.Imlib

    No documentation available.

Page 23 of many | Previous | Next