time-1.11.1.1: A time library
Safe HaskellSafe
LanguageHaskell2010

Data.Time.Calendar.Easter

Synopsis

Documentation

sundayAfter :: Day -> Day Source #

The next Sunday strictly after a given day.

orthodoxPaschalMoon :: Year -> Day Source #

Given a year, find the Paschal full moon according to Orthodox Christian tradition

orthodoxEaster :: Year -> Day Source #

Given a year, find Easter according to Orthodox Christian tradition

gregorianPaschalMoon :: Year -> Day Source #

Given a year, find the Paschal full moon according to the Gregorian method

gregorianEaster :: Year -> Day Source #

Given a year, find Easter according to the Gregorian method