Hoogle Search

Within LTS Haskell 24.60 (ghc-9.10.3)

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

  1. RiseSet :: a -> a -> RiseSet a

    astro Data.Astro.Sun

    Some Info of Rise and Set of the celestial object

  2. sunRiseAndSet :: GeographicCoordinates -> DecimalDegrees -> LocalCivilDate -> RiseSetMB

    astro Data.Astro.Sun

    Calculatesthe Sun's rise and set It takes coordinates of the observer, local civil date, vertical shift (good value is 0.833333). It returns Nothing if fails to calculate rise and/or set. It should be accurate to within a minute of time.

  3. type TimeBaseType = Double

    astro Data.Astro.Time.JulianDate

    No documentation available.

  4. databaseTypeDecl :: [HsEntity] -> Decl ()

    beam-migrate Database.Beam.Haskell.Syntax

    No documentation available.

  5. data SomeCheckedDatabaseSettings

    beam-migrate Database.Beam.Migrate.Backend

    Monomorphic wrapper to use when interpreting a module which exports a CheckedDatabaseSettings.

  6. SomeCheckedDatabaseSettings :: forall be (db :: (Type -> Type) -> Type) . Database be db => CheckedDatabaseSettings be db -> SomeCheckedDatabaseSettings

    beam-migrate Database.Beam.Migrate.Backend

    No documentation available.

  7. defaultMigratableDbSettings :: (Generic (CheckedDatabaseSettings be db), GAutoMigratableDb be (Rep (CheckedDatabaseSettings be db))) => CheckedDatabaseSettings be db

    beam-migrate Database.Beam.Migrate.Generics

    Produce a checked database for the given Haskell database type See the manual for more information on the defaults.

  8. ForeignKeyActionSetDefault :: ForeignKeyAction

    beam-migrate Database.Beam.Migrate.SQL.SQL92

    SET DEFAULT: set the referencing foreign key columns to their default values.

  9. ForeignKeyActionSetNull :: ForeignKeyAction

    beam-migrate Database.Beam.Migrate.SQL.SQL92

    SET NULL: set the referencing foreign key colums to NULL.

  10. referentialActionSetDefaultSyntax :: IsSql92ReferentialActionSyntax refAction => refAction

    beam-migrate Database.Beam.Migrate.SQL.SQL92

    No documentation available.

Page 168 of many | Previous | Next