Hoogle Search

Within Stackage Nightly 2025-09-28 (ghc-9.12.2)

Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.

  1. setPersist :: Serializable a => a -> Maybe Persist

    TCache Data.TCache.DefaultPersistence

    No documentation available.

  2. setDefaultPersist :: Persist -> IO ()

    TCache Data.TCache.Defs

    Set the default persistence mechanism of all serializable objects that have setPersist= const Nothing. By default it is filePersist this statement must be the first one before any other TCache call

  3. setPersist :: Serializable a => a -> Maybe Persist

    TCache Data.TCache.Defs

    No documentation available.

  4. setTestThreads :: Int -> Test -> Test

    abstract-deque-tests Data.Concurrent.Deque.Tests

    Dig through the test constructors to find the leaf IO actions and bracket them with a thread-setting action.

  5. setValue :: Value -> ParseReader -> ParseReader

    aeson-better-errors Data.Aeson.BetterErrors.Internal

    No documentation available.

  6. setupClientQuery :: forall clientRecord (m :: Type -> Type) a sid . (PersistEntity clientRecord, PersistEntityBackend clientRecord ~ SqlBackend, SafeToInsert clientRecord, MonadIO m) => (a -> clientRecord) -> (sid -> a -> clientRecord) -> ClientStore (Key clientRecord) sid a -> SqlPersistT m ()

    appendful-persistent Data.Appendful.Persistent

    Setup a client store You shouldn't need this.

  7. setupServerQuery :: forall record (m :: Type -> Type) a . (PersistEntity record, PersistEntityBackend record ~ SqlBackend, MonadIO m) => (a -> record) -> ServerStore (Key record) a -> SqlPersistT m ()

    appendful-persistent Data.Appendful.Persistent

    Set up a server store in the database. You shouldn't need this. This uses insertKey function and is therefore unsafe.

  8. setupUnsyncedClientQuery :: forall clientRecord (m :: Type -> Type) a . (PersistEntity clientRecord, PersistEntityBackend clientRecord ~ SqlBackend, SafeToInsert clientRecord, MonadIO m) => (a -> clientRecord) -> [a] -> SqlPersistT m ()

    appendful-persistent Data.Appendful.Persistent

    Setup an unsynced client store You shouldn't need this.

  9. setChunkSize :: forall (m :: Type -> Type) a . Word32 -> Framer m a -> Framer m a

    attoparsec-framer Data.Attoparsec.Framer

    Update the chunk size of a Framer.

  10. setOnBadParse :: (Text -> m ()) -> Framer m a -> Framer m a

    attoparsec-framer Data.Attoparsec.Framer

    Update the parse error handler of a Framer.

Page 58 of many | Previous | Next