Hoogle Search

Within LTS Haskell 24.49 (ghc-9.10.3)

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

  1. predNote :: (Partial, Enum a, Eq a, Bounded a) => String -> a -> a

    safe Safe

    No documentation available.

  2. readNote :: (Partial, Read a) => String -> String -> a

    safe Safe

    readNote uses readEitherSafe for the error message.

  3. scanl1Note :: Partial => String -> (a -> a -> a) -> [a] -> [a]

    safe Safe

    No documentation available.

  4. scanr1Note :: Partial => String -> (a -> a -> a) -> [a] -> [a]

    safe Safe

    No documentation available.

  5. succNote :: (Partial, Enum a, Eq a, Bounded a) => String -> a -> a

    safe Safe

    No documentation available.

  6. tailNote :: Partial => String -> [a] -> [a]

    safe Safe

    tailNote "help me" [] = error "Safe.tailNote [], help me"
    tailNote "help me" [1,3,4] = [3,4]
    

  7. toEnumNote :: (Partial, Enum a, Bounded a) => String -> Int -> a

    safe Safe

    No documentation available.

  8. dropExactNote :: Partial => String -> Int -> [a] -> [a]

    safe Safe.Exact

    No documentation available.

  9. splitAtExactNote :: Partial => String -> Int -> [a] -> ([a], [a])

    safe Safe.Exact

    No documentation available.

  10. takeExactNote :: Partial => String -> Int -> [a] -> [a]

    safe Safe.Exact

    No documentation available.

Page 108 of many | Previous | Next