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.
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.
zip3ExactNote :: Partial => String -> [a] -> [b] -> [c] -> [(a, b, c)]safe Safe.Exact No documentation available.
zipExactNote :: Partial => String -> [a] -> [b] -> [(a, b)]safe Safe.Exact No documentation available.
zipWith3ExactNote :: Partial => String -> (a -> b -> c -> d) -> [a] -> [b] -> [c] -> [d]safe Safe.Exact No documentation available.
zipWithExactNote :: Partial => String -> (a -> b -> c) -> [a] -> [b] -> [c]safe Safe.Exact No documentation available.