Safe Haskell | None |
---|---|
Language | Haskell2010 |
Data.Thyme.Calendar.WeekdayOfMonth
Documentation
pattern MV_WeekdayOfMonth :: (MVector s Int) -> MVector s WeekdayOfMonth Source #
pattern V_WeekdayOfMonth :: (Vector Int) -> Vector WeekdayOfMonth Source #
data WeekdayOfMonth Source #
Constructors
WeekdayOfMonth | |
Instances
weekdayOfMonth :: Iso' Day WeekdayOfMonth Source #
_womYear :: Lens' WeekdayOfMonth Year Source #
_womMonth :: Lens' WeekdayOfMonth Month Source #
_womNth :: Lens' WeekdayOfMonth Int Source #
_womDayOfWeek :: Lens' WeekdayOfMonth DayOfWeek Source #