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.
elemIndexJustDef :: Eq a => Int -> a -> [a] -> Inthledger Hledger.Cli.Script No documentation available.
elemIndexJustNote :: (Partial, Eq a) => String -> a -> [a] -> Inthledger Hledger.Cli.Script No documentation available.
findIndexJust :: (a -> Bool) -> [a] -> Inthledger Hledger.Cli.Script findIndexJust op = fromJust . findIndex op
findIndexJustDef :: Int -> (a -> Bool) -> [a] -> Inthledger Hledger.Cli.Script No documentation available.
findIndexJustNote :: Partial => String -> (a -> Bool) -> [a] -> Inthledger Hledger.Cli.Script No documentation available.
findJust :: (a -> Bool) -> [a] -> ahledger Hledger.Cli.Script findJust op = fromJust . find op
findJustDef :: a -> (a -> Bool) -> [a] -> ahledger Hledger.Cli.Script No documentation available.
findJustNote :: Partial => String -> (a -> Bool) -> [a] -> ahledger Hledger.Cli.Script No documentation available.
fmtAdjust :: FieldFormat -> Maybe FormatAdjustmenthledger Hledger.Cli.Script Kind of filling or padding to be done.
fromJustDef :: a -> Maybe a -> ahledger 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.