Hoogle Search
Within LTS Haskell 24.52 (ghc-9.10.3)
Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.
subsequenceMatch :: String -> String -> Boolyi-core Yi.Completion A simple fuzzy match algorithm. Example: "abc" matches "a1b2c"
subsequenceTextMatch :: Text -> Text -> Boolyi-core Yi.Completion A simple fuzzy match algorithm. Example: "abc" matches "a1b2c"
-
ad Numeric.AD.Newton The extremumNoEq function behaves the same as extremum except that it doesn't truncate the list once the results become constant. This means it can be used with types without an Eq instance.
findZeroNoEq :: Fractional a => (forall s . () => AD s (Forward a) -> AD s (Forward a)) -> a -> [a]ad Numeric.AD.Newton The findZeroNoEq function behaves the same as findZero except that it doesn't truncate the list once the results become constant. This means it can be used with types without an Eq instance.
-
ad Numeric.AD.Newton The fixedPointNoEq function behaves the same as fixedPoint except that it doesn't truncate the list once the results become constant. This means it can be used with types without an Eq instance.
-
ad Numeric.AD.Newton The inverseNoEq function behaves the same as inverse except that it doesn't truncate the list once the results become constant. This means it can be used with types without an Eq instance.
extremumNoEq :: Fractional a => (On (Forward (Tower a)) -> On (Forward (Tower a))) -> a -> [a]ad Numeric.AD.Rank1.Halley The extremumNoEq function behaves the same as extremum except that it doesn't truncate the list once the results become constant. This means it can be used with types without an Eq instance.
findZeroNoEq :: Fractional a => (Tower a -> Tower a) -> a -> [a]ad Numeric.AD.Rank1.Halley The findZeroNoEq function behaves the same as findZero except that it doesn't truncate the list once the results become constant. This means it can be used with types without an Eq instance.
fixedPointNoEq :: Fractional a => (Tower a -> Tower a) -> a -> [a]ad Numeric.AD.Rank1.Halley The fixedPointNoEq function behaves the same as fixedPoint except that it doesn't truncate the list once the results become constant. This means it can be used with types without an Eq instance.
inverseNoEq :: Fractional a => (Tower a -> Tower a) -> a -> a -> [a]ad Numeric.AD.Rank1.Halley The inverseNoEq function behaves the same as inverse except that it doesn't truncate the list once the results become constant. This means it can be used with types without an Eq instance.