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.
RiseSet :: a -> a -> RiseSet aastro Data.Astro.Sun Some Info of Rise and Set of the celestial object
sunRiseAndSet :: GeographicCoordinates -> DecimalDegrees -> LocalCivilDate -> RiseSetMBastro 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.
-
astro Data.Astro.Time.JulianDate No documentation available.
databaseTypeDecl :: [HsEntity] -> Decl ()beam-migrate Database.Beam.Haskell.Syntax No documentation available.
data
SomeCheckedDatabaseSettings beam-migrate Database.Beam.Migrate.Backend Monomorphic wrapper to use when interpreting a module which exports a CheckedDatabaseSettings.
-
beam-migrate Database.Beam.Migrate.Backend No documentation available.
-
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.
ForeignKeyActionSetDefault :: ForeignKeyActionbeam-migrate Database.Beam.Migrate.SQL.SQL92 SET DEFAULT: set the referencing foreign key columns to their default values.
ForeignKeyActionSetNull :: ForeignKeyActionbeam-migrate Database.Beam.Migrate.SQL.SQL92 SET NULL: set the referencing foreign key colums to NULL.
referentialActionSetDefaultSyntax :: IsSql92ReferentialActionSyntax refAction => refActionbeam-migrate Database.Beam.Migrate.SQL.SQL92 No documentation available.