Hoogle Search

Within LTS Haskell 24.50 (ghc-9.10.3)

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

  1. data FormattedPart

    hformat Text.Format

    No documentation available.

  2. FormattedPart :: FormatFlags -> String -> FormattedPart

    hformat Text.Format

    No documentation available.

  3. data Formatter

    hformat Text.Format

    No documentation available.

  4. Formatter :: Either String Int -> Maybe String -> [String] -> Formatter

    hformat Text.Format

    No documentation available.

  5. type FormatFlags = [String]

    hformat Text.Format.Flags

    No documentation available.

  6. data ForeignDef

    hledger-web Hledger.Web.Import

    No documentation available.

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

    hledger-web Hledger.Web.Import

    No documentation available.

  8. type ForeignFieldDef = (FieldNameHS, FieldNameDB)

    hledger-web Hledger.Web.Import

    Used instead of FieldDef to generate a smaller amount of code

  9. ForeignRef :: EntityNameHS -> ReferenceDef

    hledger-web Hledger.Web.Import

    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. type Form a = Html -> MForm Handler (FormResult a, Widget)

    hledger-web Hledger.Web.Import

    No documentation available.

Page 332 of many | Previous | Next