Hoogle Search

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

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

  1. mkPersistSettings :: Type -> MkPersistSettings

    persistent Database.Persist.TH

    Create an MkPersistSettings with default values.

  2. sqlSettings :: MkPersistSettings

    persistent Database.Persist.TH

    Use the SqlPersist backend.

  3. data MkPersistSettings

    persistent Database.Persist.TH.Internal

    Settings that can be passed to the mkPersist (mps) function to control what code is generated. This is (just) the data type definition, so you will most likely want to use and adapt concrete values like sqlSettings.

  4. mkPersistSettings :: Type -> MkPersistSettings

    persistent Database.Persist.TH.Internal

    Create an MkPersistSettings with default values.

  5. sqlSettings :: MkPersistSettings

    persistent Database.Persist.TH.Internal

    Use the SqlPersist backend.

  6. OffsetBy :: Int -> SelectOpt record

    persistent Database.Persist.Types

    No documentation available.

  7. module Data.HashSet

    No documentation available.

  8. module Data.IntSet

    No documentation available.

  9. bitraverseThese :: Applicative f => (a -> f c) -> (b -> f d) -> These a b -> f (These c d)

    these Data.These.Combinators

    Bitraversable bitraverse.

  10. PropertySet :: forall info1 (propName :: Symbol) object b (pl :: Symbol) . (info1 ~ ResolveAttribute propName object, AttrInfo info1, AttrBaseTypeConstraint info1 object, b ~ AttrGetType info1, pl ~ AttrLabel info1, KnownSymbol pl) => AttrLabelProxy propName -> SignalProxy object (GObjectPropertySetSignalInfo b)

    haskell-gi-base Data.GI.Base

    A signal connector for the notify signal on the given property, similar to PropertyNotify, but it passes the new value of the property to the callback for convenience.

Page 85 of many | Previous | Next