Hoogle Search

Within LTS Haskell 24.38 (ghc-9.10.3)

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

  1. data ArithSeqInfo id

    ghc Language.Haskell.Syntax.Expr

    Arithmetic Sequence Information

  2. type family XArithSeq x

    ghc Language.Haskell.Syntax.Extension

    No documentation available.

  3. type family XCFamEqn x r

    ghc Language.Haskell.Syntax.Extension

    No documentation available.

  4. type family XXFamEqn x r

    ghc Language.Haskell.Syntax.Extension

    No documentation available.

  5. HsBndrRequired :: !XBndrRequired pass -> HsBndrVis pass

    ghc Language.Haskell.Syntax.Type

    No documentation available.

  6. type HsOuterFamEqnTyVarBndrs = HsOuterTyVarBndrs ()

    ghc Language.Haskell.Syntax.Type

    Used for type-family instance equations, e.g.,

    type instance forall a. F [a] = Tree a
    
    The notion of specificity is irrelevant in type family equations, so we use () for the HsOuterTyVarBndrs flag.

  7. type family XBndrRequired p

    ghc Language.Haskell.Syntax.Type

    No documentation available.

  8. requireUniquesP :: AtLeastOneUniqueKey record => record -> NonEmpty (Unique record)

    persistent Database.Persist.Class

    No documentation available.

  9. requireUniquesP :: AtLeastOneUniqueKey record => record -> NonEmpty (Unique record)

    persistent Database.Persist.Class.PersistUnique

    No documentation available.

  10. runMigrationUnsafeQuiet :: forall (m :: Type -> Type) . (HasCallStack, MonadIO m) => Migration -> ReaderT SqlBackend m [Text]

    persistent Database.Persist.Sql.Migration

    Same as runMigrationUnsafe, but returns a list of the SQL commands executed instead of printing them to stderr.

Page 230 of many | Previous | Next