Hoogle Search

Within LTS Haskell 24.40 (ghc-9.10.3)

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

  1. FormFieldState :: forall b s a e n . b -> Lens' s a -> (a -> b -> b) -> [FormField a b e n] -> (Widget n -> Widget n) -> ([Widget n] -> Widget n) -> FormFieldVisibilityMode -> FormFieldState s e n

    brick Brick.Forms

    No documentation available.

  2. data FormFieldVisibilityMode

    brick Brick.Forms

    How to bring form fields into view when a form is rendered in a viewport with viewport.

  3. ForShare :: LockingKind

    esqueleto Database.Esqueleto

    Deprecated: The constructors for LockingKind are deprecated in v3.6.0.0. Instead, please refer to the smart constructor forShare exported from Database.Esqueleto.PostgreSQL.

  4. ForUpdate :: LockingKind

    esqueleto Database.Esqueleto

    Deprecated: The constructors for LockingKind are deprecated in v3.6.0.0. Instead, please refer to the smart constructors forUpdate and forUpdateSkipLocked.

  5. ForUpdateSkipLocked :: LockingKind

    esqueleto Database.Esqueleto

    Deprecated: The constructors for LockingKind are deprecated in v3.6.0.0. Instead, please refer to the smart constructors forUpdate and forUpdateSkipLocked.

  6. data ForeignDef

    esqueleto Database.Esqueleto

    No documentation available.

  7. ForeignDef :: EntityNameHS -> EntityNameDB -> ConstraintNameHS -> ConstraintNameDB -> FieldCascade -> [(ForeignFieldDef, ForeignFieldDef)] -> [Attr] -> Bool -> Bool -> ForeignDef

    esqueleto Database.Esqueleto

    No documentation available.

  8. type ForeignFieldDef = (FieldNameHS, FieldNameDB)

    esqueleto Database.Esqueleto

    Used instead of FieldDef to generate a smaller amount of code

  9. ForeignRef :: EntityNameHS -> ReferenceDef

    esqueleto Database.Esqueleto

    A ForeignRef has a late binding to the EntityDef it references via name and has the Haskell type of the foreign key in the form of FieldType

  10. ForShare :: LockingKind

    esqueleto Database.Esqueleto.Experimental

    Deprecated: The constructors for LockingKind are deprecated in v3.6.0.0. Instead, please refer to the smart constructor forShare exported from Database.Esqueleto.PostgreSQL.

Page 285 of many | Previous | Next