Hoogle Search
Within LTS Haskell 24.34 (ghc-9.10.3)
Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.
concatMapM :: (Monad m, Traversable f) => (a -> m [b]) -> f a -> m [b]ghc GHC.Utils.Monad Monadic version of concatMap
trS_fmap :: StmtLR idL idR body -> HsExpr idRghc Language.Haskell.Syntax.Expr No documentation available.
getPersistMap :: PersistValue -> Either Text [(Text, PersistValue)]persistent Database.Persist FIXME Add documentation to that.
getPersistMap :: PersistValue -> Either Text [(Text, PersistValue)]persistent Database.Persist.Class.PersistField FIXME Add documentation to that.
PersistMap :: [(Text, PersistValue)] -> PersistValuepersistent Database.Persist.PersistValue No documentation available.
connStmtMap :: SqlBackend -> StatementCachepersistent Database.Persist.Sql.Types.Internal A reference to the cache of statements. Statements are keyed by the Text queries that generated them.
connStmtMap :: MkSqlBackendArgs -> IORef (Map Text Statement)persistent Database.Persist.SqlBackend A reference to the cache of statements. Statements are keyed by the Text queries that generated them.
connStmtMap :: SqlBackend -> StatementCachepersistent Database.Persist.SqlBackend.Internal A reference to the cache of statements. Statements are keyed by the Text queries that generated them.
connStmtMap :: MkSqlBackendArgs -> IORef (Map Text Statement)persistent Database.Persist.SqlBackend.Internal.MkSqlBackend A reference to the cache of statements. Statements are keyed by the Text queries that generated them.
PersistMap :: [(Text, PersistValue)] -> PersistValuepersistent Database.Persist.Types No documentation available.