Hoogle Search

Within LTS Haskell 24.12 (ghc-9.10.3)

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

  1. data UnboundForeignFieldList

    persistent Database.Persist.Quasi.Internal

    A list of fields present on the foreign reference.

  2. mkEntityDefList :: String -> [UnboundEntityDef] -> Q [Dec]

    persistent Database.Persist.TH

    Creates a declaration for the [EntityDef] from the persistent schema. This is necessary because the Persistent QuasiQuoter is unable to know the correct type of ID fields, and assumes that they are all Int64. Provide this in the list you give to share, much like mkMigrate.

    share [mkMigrate "migrateAll", mkEntityDefList "entityDefs"] [...]
    

  3. mkEntityDefList :: String -> [UnboundEntityDef] -> Q [Dec]

    persistent Database.Persist.TH.Internal

    Creates a declaration for the [EntityDef] from the persistent schema. This is necessary because the Persistent QuasiQuoter is unable to know the correct type of ID fields, and assumes that they are all Int64. Provide this in the list you give to share, much like mkMigrate.

    share [mkMigrate "migrateAll", mkEntityDefList "entityDefs"] [...]
    

  4. FTList :: FieldType -> FieldType

    persistent Database.Persist.Types

    No documentation available.

  5. PersistList :: [PersistValue] -> PersistValue

    persistent Database.Persist.Types

    No documentation available.

  6. blockFromList :: [n O O] -> Block n O O

    ghc GHC.Cmm.Dataflow.Block

    No documentation available.

  7. blockToList :: Block n O O -> [n O O]

    ghc GHC.Cmm.Dataflow.Block

    No documentation available.

  8. bodyList :: forall block (n :: Extensibility -> Extensibility -> Type) . Body' block n -> [(Label, block n C C)]

    ghc GHC.Cmm.Dataflow.Graph

    No documentation available.

  9. bodyToBlockList :: forall (n :: Extensibility -> Extensibility -> Type) . Body n -> [Block n C C]

    ghc GHC.Cmm.Dataflow.Graph

    No documentation available.

  10. mapFromList :: [(Label, v)] -> LabelMap v

    ghc GHC.Cmm.Dataflow.Label

    No documentation available.

Page 58 of many | Previous | Next