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.

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

  2. data RiseSet a

    astro Data.Astro.Sun

    Some Info of Rise and Set of a celestial object

  3. RiseSet :: a -> a -> RiseSet a

    astro Data.Astro.Sun

    Some Info of Rise and Set of the celestial object

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

  5. type TimeBaseType = Double

    astro Data.Astro.Time.JulianDate

    No documentation available.

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

    beam-postgres Database.Beam.Postgres

    No documentation available.

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

  8. isSupersetOf_ :: 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 second array is present in the first.

  9. pgJsonbSet :: QGenExpr ctxt Postgres s (PgJSONB a) -> QGenExpr ctxt Postgres s (Vector Text) -> QGenExpr ctxt Postgres s (PgJSONB b) -> QGenExpr ctxt Postgres s (PgJSONB a)

    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.

  10. onConflictUpdateSet :: (BeamHasInsertOnConflict be, Beamable table) => (forall s . () => table (QField s) -> table (QExpr be s) -> QAssignment be s) -> SqlConflictAction be table

    beam-postgres Database.Beam.Postgres.Full

    No documentation available.

Page 168 of many | Previous | Next