Hoogle Search

Within Stackage Nightly 2026-07-01 (ghc-9.12.4)

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

  1. setMaxWidth :: Int -> SExprPrinter atom carrier -> SExprPrinter atom carrier

    s-cargot Data.SCargot.Print

    Dictate a maximum width for pretty-printed s-expressions.

    >>> let printer = setMaxWidth 8 (basicPrint id)
    
    >>> encodeOne printer (L [A "one", A "two", A "three"])
    "(one \n  two\n  three)"
    

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

    witness Data.Type.Witness.Specific.All

    No documentation available.

  3. setCache :: Cache -> IO ()

    TCache Data.TCache

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

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

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

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

    TCache Data.TCache.DefaultPersistence

    No documentation available.

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

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

    TCache Data.TCache.Defs

    No documentation available.

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

  10. setValue :: Value -> ParseReader -> ParseReader

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

    No documentation available.

Page 73 of many | Previous | Next