time-1.1.4: A time librarySource codeContentsIndex
Data.Time.Calendar.Easter
Synopsis
sundayAfter :: Day -> Day
orthodoxPaschalMoon :: Integer -> Day
orthodoxEaster :: Integer -> Day
gregorianPaschalMoon :: Integer -> Day
gregorianEaster :: Integer -> Day
Documentation
sundayAfter :: Day -> DaySource
The next Sunday strictly after a given day.
orthodoxPaschalMoon :: Integer -> DaySource
Given a year, find the Paschal full moon according to Orthodox Christian tradition
orthodoxEaster :: Integer -> DaySource
Given a year, find Easter according to Orthodox Christian tradition
gregorianPaschalMoon :: Integer -> DaySource
Given a year, find the Paschal full moon according to the Gregorian method
gregorianEaster :: Integer -> DaySource
Given a year, find Easter according to the Gregorian method
Produced by Haddock version 2.6.1