Hoogle Search
Within LTS Haskell 24.40 (ghc-9.10.3)
Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.
adjustMinWithKey :: (Build -> a -> a) -> RadixTree a -> RadixTree aradix-tree Data.RadixTree.Word8.Strict Update a value at the leftmost key in the tree.
adjustMinWithKey' :: (Build -> a -> a) -> RadixTree a -> RadixTree aradix-tree Data.RadixTree.Word8.Strict Update a value at the leftmost key in the tree. New value is evaluated to WHNF.
optionLongestMatch :: Options -> Boolre2 Regex.RE2 No documentation available.
-
rocksdb-query Database.RocksDB.Query Like matching but return the first element only.
-
rocksdb-query Database.RocksDB.Query Like matching but return the first element only.
-
rocksdb-query Database.RocksDB.Query Like matchingSkip, but return the first element only.
-
rocksdb-query Database.RocksDB.Query Like matchingSkip, but return the first element only.
type
TestMigrate a b = (Eq a, Show b, Arbitrary b, SafeJSON a, Migrate a, MigrateFrom a ~ b)safe-json Data.SafeJSON.Test Constraints for migrating from a previous version
testMigration :: (Show a, Eq a, Migrate a) => MigrateFrom a -> a -> Assertionsafe-json Data.SafeJSON.Test Migration test. Mostly useful as regression test. First argument is the older type which should turn into the second argument after migrating using migrate.
Just (migrate a) == parseMaybe safeFromJSON (safeToJSON a)
-
sandwich-slack Test.Sandwich.Formatters.Slack.Internal No documentation available.