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.

  1. adjustMinWithKey :: (Build -> a -> a) -> RadixTree a -> RadixTree a

    radix-tree Data.RadixTree.Word8.Strict

    Update a value at the leftmost key in the tree.

  2. adjustMinWithKey' :: (Build -> a -> a) -> RadixTree a -> RadixTree a

    radix-tree Data.RadixTree.Word8.Strict

    Update a value at the leftmost key in the tree. New value is evaluated to WHNF.

  3. optionLongestMatch :: Options -> Bool

    re2 Regex.RE2

    No documentation available.

  4. firstMatching :: (MonadUnliftIO m, KeyValue key value, Serialize key, Serialize value) => DB -> key -> m (Maybe (key, value))

    rocksdb-query Database.RocksDB.Query

    Like matching but return the first element only.

  5. firstMatchingCF :: (MonadUnliftIO m, KeyValue key value, Serialize key, Serialize value) => DB -> ColumnFamily -> key -> m (Maybe (key, value))

    rocksdb-query Database.RocksDB.Query

    Like matching but return the first element only.

  6. firstMatchingSkip :: (MonadUnliftIO m, KeyValue key value, Serialize key, Serialize value) => DB -> key -> key -> m (Maybe (key, value))

    rocksdb-query Database.RocksDB.Query

    Like matchingSkip, but return the first element only.

  7. firstMatchingSkipCF :: (MonadUnliftIO m, KeyValue key value, Serialize key, Serialize value) => DB -> ColumnFamily -> key -> key -> m (Maybe (key, value))

    rocksdb-query Database.RocksDB.Query

    Like matchingSkip, but return the first element only.

  8. 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

  9. testMigration :: (Show a, Eq a, Migrate a) => MigrateFrom a -> a -> Assertion

    safe-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)
    

  10. postMessage :: (MonadError Text m, MonadIO m) => SlackConfig -> ChannelName -> Text -> [Value] -> Maybe [Value] -> m Value

    sandwich-slack Test.Sandwich.Formatters.Slack.Internal

    No documentation available.

Page 203 of many | Previous | Next