Hoogle Search

Within LTS Haskell 24.51 (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

    hledger Hledger.Cli.Script

    No documentation available.

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

    hledger Hledger.Cli.Script

    No documentation available.

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

    hledger Hledger.Cli.Script

    findIndexJust op = fromJust . findIndex op
    

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

    hledger Hledger.Cli.Script

    No documentation available.

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

    hledger Hledger.Cli.Script

    No documentation available.

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

    hledger Hledger.Cli.Script

    findJust op = fromJust . find op
    

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

    hledger Hledger.Cli.Script

    No documentation available.

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

    hledger Hledger.Cli.Script

    No documentation available.

  9. fmtAdjust :: FieldFormat -> Maybe FormatAdjustment

    hledger Hledger.Cli.Script

    Kind of filling or padding to be done.

  10. fromJustDef :: a -> Maybe a -> a

    hledger Hledger.Cli.Script

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

Page 67 of many | Previous | Next