Hoogle Search

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

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

  1. setEntityId :: FieldDef -> EntityDef -> EntityDef

    persistent-mtl Database.Persist.Sql.Shim

    Set an entityId to be the given FieldDef.

  2. setEntityIdDef :: EntityIdDef -> EntityDef -> EntityDef

    persistent-mtl Database.Persist.Sql.Shim

    No documentation available.

  3. setFieldAttrs :: [FieldAttr] -> FieldDef -> FieldDef

    persistent-mtl Database.Persist.Sql.Shim

    Replace the FieldDef FieldAttr with the new list.

  4. setEntityDBName :: EntityNameDB -> EntityDef -> EntityDef

    persistent-redis Database.Persist.Redis

    No documentation available.

  5. setEntityId :: FieldDef -> EntityDef -> EntityDef

    persistent-redis Database.Persist.Redis

    Set an entityId to be the given FieldDef.

  6. setEntityIdDef :: EntityIdDef -> EntityDef -> EntityDef

    persistent-redis Database.Persist.Redis

    No documentation available.

  7. setFieldAttrs :: [FieldAttr] -> FieldDef -> FieldDef

    persistent-redis Database.Persist.Redis

    Replace the FieldDef FieldAttr with the new list.

  8. setProp :: POrder a => Prop a -> IO a -> IO ()

    rec-def Data.Propagator.Naive

    Sets a new value calculated from the given action. The action is executed atomically. Throws if the propagator is already frozen If the value has changed, all watchers are notified afterwards (not atomically).

  9. setTop :: P2 -> IO ()

    rec-def Data.Propagator.P2

    Set a propagator to top. If it was bottom before, runs the actions queued with whenTop. It does so after setting the propagator to top, so that cycles are broken.

  10. setOfDecoder :: (Typeable a, Ord a) => Decoder a -> Decoder (Set a)

    registry-aeson Data.Registry.Aeson.Decoder

    No documentation available.

Page 62 of many | Previous | Next