Hoogle Search

Within Stackage Nightly 2025-10-12 (ghc-9.12.2)

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

  1. setAllOf :: TestEquality w => w a -> a -> AllOf w -> AllOf w

    witness Data.Type.Witness.Specific.All

    No documentation available.

  2. setCache :: Cache -> IO ()

    TCache Data.TCache

    Set the cache. this is useful for hot loaded modules that will update an existing cache. Experimental

  3. setConditions :: IO () -> IO () -> IO ()

    TCache Data.TCache

    stablishes the procedures to call before and after saving with syncCache, clearSyncCache or clearSyncCacheProc. The postcondition of database persistence should be a commit.

  4. setDefaultPersist :: Persist -> IO ()

    TCache Data.TCache.DefaultPersistence

    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

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

    TCache Data.TCache.DefaultPersistence

    No documentation available.

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

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

    TCache Data.TCache.Defs

    No documentation available.

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

  9. setValue :: Value -> ParseReader -> ParseReader

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

    No documentation available.

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

Page 58 of many | Previous | Next