Hoogle Search
Within LTS Haskell 24.34 (ghc-9.10.3)
Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.
toRiseSetLCT :: DecimalDegrees -> LocalCivilDate -> RiseSetLST -> RiseSetLCTastro Data.Astro.CelestialObject.RiseSet Converts Rise and Set in Local Sidereal Time to Rise and Set in Local Civil Time. It takes longutude of the observer and local civil date. To calculate vertical shift for stars use function refract from Data.Astro.Effects. In most cases you can assume that vertical shift equals 0.566569 (34 arcmins ~ 'refract (DD 0) 12 1012').
-
astro Data.Astro.Sun Some Info of Rise and Set of a celestial object
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.
data
PgSetOf (tbl :: Type -> Type -> Type)beam-postgres Database.Beam.Postgres No documentation available.
-
beam-postgres Database.Beam.Postgres The Postgres <@ operator. Returns true if every member of the first array is present in the second.
-
beam-postgres Database.Beam.Postgres The Postgres @> operator. Returns true if every member of the second array is present in the first.
-
beam-postgres Database.Beam.Postgres The postgres jsonb_set function. pgJsonUpdate expects the value specified by the path in the second argument to exist. If it does not, the first argument is not modified. pgJsonbSet will create any intermediate objects necessary. This corresponds to the create_missing argument of jsonb_set being set to false or true respectively.
-
beam-postgres Database.Beam.Postgres.Full No documentation available.