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.
predNote :: (Partial, Enum a, Eq a, Bounded a) => String -> a -> asafe Safe No documentation available.
readNote :: (Partial, Read a) => String -> String -> asafe Safe readNote uses readEitherSafe for the error message.
scanl1Note :: Partial => String -> (a -> a -> a) -> [a] -> [a]safe Safe No documentation available.
scanr1Note :: Partial => String -> (a -> a -> a) -> [a] -> [a]safe Safe No documentation available.
succNote :: (Partial, Enum a, Eq a, Bounded a) => String -> a -> asafe Safe No documentation available.
tailNote :: Partial => String -> [a] -> [a]safe Safe tailNote "help me" [] = error "Safe.tailNote [], help me" tailNote "help me" [1,3,4] = [3,4]
toEnumNote :: (Partial, Enum a, Bounded a) => String -> Int -> asafe Safe No documentation available.
dropExactNote :: Partial => String -> Int -> [a] -> [a]safe Safe.Exact No documentation available.
splitAtExactNote :: Partial => String -> Int -> [a] -> ([a], [a])safe Safe.Exact No documentation available.
takeExactNote :: Partial => String -> Int -> [a] -> [a]safe Safe.Exact No documentation available.