Hoogle Search

Within Stackage Nightly 2025-10-08 (ghc-9.12.2)

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

  1. riseAndSetLCT :: GeographicCoordinates -> LocalCivilDate -> DecimalDegrees -> EquatorialCoordinates1 -> RiseSetLCT

    astro Data.Astro.CelestialObject.RiseSet

    Calculates set and rise of the celestial object It takes geographic coordinates of the observer, local civil date, vertical shift and equatorial coordinates of the celestial object.

  2. toRiseSetLCT :: DecimalDegrees -> LocalCivilDate -> RiseSetLST -> RiseSetLCT

    astro 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').

  3. data RiseSet a

    astro Data.Astro.Sun

    Some Info of Rise and Set of a celestial object

  4. RiseSet :: a -> a -> RiseSet a

    astro Data.Astro.Sun

    Some Info of Rise and Set of the celestial object

  5. 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.

  6. type TimeBaseType = Double

    astro Data.Astro.Time.JulianDate

    No documentation available.

  7. privateUseToText :: PrivateUse -> Text

    bcp47 Data.BCP47

    No documentation available.

  8. privateUseToText :: PrivateUse -> Text

    bcp47 Data.BCP47.Internal.PrivateUse

    No documentation available.

  9. data PgSetOf (tbl :: Type -> Type -> Type)

    beam-postgres Database.Beam.Postgres

    No documentation available.

  10. isSubsetOf_ :: QGenExpr ctxt Postgres s (Vector a) -> QGenExpr ctxt Postgres s (Vector a) -> QGenExpr ctxt Postgres s Bool

    beam-postgres Database.Beam.Postgres

    The Postgres <@ operator. Returns true if every member of the first array is present in the second.

Page 158 of many | Previous | Next