Hoogle Search

Within LTS Haskell 24.36 (ghc-9.10.3)

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

  1. data ForeignExport pass

    ghc Language.Haskell.Syntax.Decls

    No documentation available.

  2. ForeignImport :: XForeignImport pass -> LIdP pass -> LHsSigType pass -> ForeignImport pass -> ForeignDecl pass

    ghc Language.Haskell.Syntax.Decls

    No documentation available.

  3. data ForeignImport pass

    ghc Language.Haskell.Syntax.Decls

    No documentation available.

  4. data ForeignFieldReference

    persistent Database.Persist.Quasi.Internal

    A pairing of the FieldNameHS for the source table to the FieldNameHS for the target table.

  5. ForeignFieldReference :: FieldNameHS -> FieldNameHS -> ForeignFieldReference

    persistent Database.Persist.Quasi.Internal

    No documentation available.

  6. data ForeignDef

    persistent Database.Persist.Types

    No documentation available.

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

    persistent Database.Persist.Types

    No documentation available.

  8. type ForeignFieldDef = (FieldNameHS, FieldNameDB)

    persistent Database.Persist.Types

    Used instead of FieldDef to generate a smaller amount of code

  9. ForeignRef :: EntityNameHS -> ReferenceDef

    persistent Database.Persist.Types

    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. module Web.FormUrlEncoded

    Convert Haskell values to and from application/xxx-form-urlencoded format.

Page 259 of many | Previous | Next