Hoogle Search

Within LTS Haskell 24.16 (ghc-9.10.3)

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

  1. countBankHolidays :: Day -> Day -> Integer

    bank-holidays-england Data.Time.Calendar.BankHoliday.EnglandAndWales

    Count the number of bank holidays between two Days. If d0 <= d1 then countBankHolidays d0 d1 is the number of Days d for which isBankHoliday d && d0 <= d && d < d1. Note the count includes d0 but excludes d1. Additionally, countBankHolidays d0 d1 == negate (countBankHolidays d1 d0) and countBankHolidays d0 d2 == countBankHolidays d0 d1 + countBankHolidays d1 d2.

  2. isBankHoliday :: Day -> Bool

    bank-holidays-england Data.Time.Calendar.BankHoliday.EnglandAndWales

    Returns whether a day is a bank holiday.

  3. type TotalDays = Days

    hebrew-time Data.Time.Calendar.Hebrew.Internal

    No documentation available.

  4. type Weekday = Days

    hebrew-time Data.Time.Calendar.Hebrew.Internal

    No documentation available.

  5. julianFromDays :: TotalDays -> (Years, Julian)

    hebrew-time Data.Time.Calendar.Hebrew.Internal

    No documentation available.

  6. shaotFromDays :: Days -> Shaot

    hebrew-time Data.Time.Calendar.Hebrew.Internal

    No documentation available.

  7. totalDaysFromHebrew :: HebrewDate -> TotalDays

    hebrew-time Data.Time.Calendar.Hebrew.Internal

    No documentation available.

  8. weeksFromDays :: Days -> (Weeks, Days)

    hebrew-time Data.Time.Calendar.Hebrew.Internal

    No documentation available.

Page 16 of many | Previous | Next