Hoogle Search

Within LTS Haskell 24.20 (ghc-9.10.3)

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

  1. elemIndexJustDef :: Eq a => Int -> a -> [a] -> Int

    safe Safe

    No documentation available.

  2. elemIndexJustNote :: (Partial, Eq a) => String -> a -> [a] -> Int

    safe Safe

    No documentation available.

  3. findIndexJust :: (a -> Bool) -> [a] -> Int

    safe Safe

    findIndexJust op = fromJust . findIndex op
    

  4. findIndexJustDef :: Int -> (a -> Bool) -> [a] -> Int

    safe Safe

    No documentation available.

  5. findIndexJustNote :: Partial => String -> (a -> Bool) -> [a] -> Int

    safe Safe

    No documentation available.

  6. findJust :: (a -> Bool) -> [a] -> a

    safe Safe

    findJust op = fromJust . find op
    

  7. findJustDef :: a -> (a -> Bool) -> [a] -> a

    safe Safe

    No documentation available.

  8. findJustNote :: Partial => String -> (a -> Bool) -> [a] -> a

    safe Safe

    No documentation available.

  9. fromJustDef :: a -> Maybe a -> a

    safe Safe

    An alternative name for fromMaybe, to fit the naming scheme of this package. Generally using fromMaybe directly would be considered better style.

  10. fromJustNote :: Partial => String -> Maybe a -> a

    safe Safe

    No documentation available.

Page 30 of many | Previous | Next