Hoogle Search

Within LTS Haskell 24.12 (ghc-9.10.3)

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

  1. module Mcmc.Settings

    Creation date: Mon Nov 16 11:13:01 2020.

  2. data Settings

    mcmc Mcmc.Settings

    Settings of an MCMC sampler.

  3. Settings :: AnalysisName -> BurnInSettings -> Iterations -> TraceLength -> ExecutionMode -> ParallelizationMode -> SaveMode -> LogMode -> Verbosity -> Settings

    mcmc Mcmc.Settings

    No documentation available.

  4. data SETouch

    memcache Database.Memcache.Types

    No documentation available.

  5. SETouch :: Expiration -> SETouch

    memcache Database.Memcache.Types

    No documentation available.

  6. type SetMultimap = Multimap Set

    more-containers Data.Multimap

    A multimap with Set values. This multimap implementation will automatically deduplicate values per key. For example:

    let mm = fromList [('a', 1), ('a', 1)] :: SetMultimap Char Int
    size mm == 1 -- True
    
    See Data.Multimap.Set for operations specific to this type.

  7. type SetMultimap = Multimap Set

    more-containers Data.Multimap.Set

    A multimap with Set values. This multimap implementation will automatically deduplicate values per key. For example:

    let mm = fromList [('a', 1), ('a', 1)] :: SetMultimap Char Int
    size mm == 1 -- True
    
    See Data.Multimap.Set for operations specific to this type.

  8. data SetDoc

    opt-env-conf OptEnvConf.Doc

    No documentation available.

  9. SetDoc :: Bool -> Bool -> Bool -> [Dashed] -> !Maybe (NonEmpty String) -> !Maybe (NonEmpty (NonEmpty String, JSONSchema)) -> !Maybe String -> [String] -> !Maybe Metavar -> !Maybe String -> SetDoc

    opt-env-conf OptEnvConf.Doc

    No documentation available.

  10. module OptEnvConf.Setting

    No documentation available.

Page 67 of many | Previous | Next