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.
lastNote :: Partial => String -> [a] -> asafe Safe No documentation available.
lookupJustNote :: (Partial, Eq a) => String -> a -> [(a, b)] -> bsafe Safe No documentation available.
maximumByNote :: Partial => String -> (a -> a -> Ordering) -> [a] -> asafe Safe No documentation available.
maximumNote :: (Partial, Ord a) => String -> [a] -> asafe Safe No documentation available.
minimumByNote :: Partial => String -> (a -> a -> Ordering) -> [a] -> asafe Safe No documentation available.
minimumNote :: (Partial, Ord a) => String -> [a] -> asafe Safe No documentation available.
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.