Hoogle Search

Within LTS Haskell 24.38 (ghc-9.10.3)

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

  1. lengthFlipLazy :: [a] -> Int

    perf Perf.Algos

    Lazy with argument order flipped.

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

    perf Perf.Algos

    Tail resursion with flipped argument order.

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

    perf Perf.Algos

    Lazy tail resursion with flipped argument order.

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

    perf Perf.Algos

    With argument order flipped

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

    perf Perf.Algos

    Lazy with argument order flipped.

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

    sized Data.Sized.Flipped

    No documentation available.

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

    utf8-light Codec.Binary.UTF8.Light

    No documentation available.

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

    utf8-light Codec.Binary.UTF8.Light

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

  9. imageFlipDiagonal :: IO ()

    Imlib Graphics.Imlib

    No documentation available.

  10. imageFlipHorizontal :: IO ()

    Imlib Graphics.Imlib

    No documentation available.

Page 23 of many | Previous | Next