Skip to content

Commit

Permalink
Formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
The1Penguin committed Jun 4, 2024
1 parent 58ea208 commit 5e104ef
Showing 1 changed file with 9 additions and 10 deletions.
19 changes: 9 additions & 10 deletions src/Model/Wijkanders.hs
Original file line number Diff line number Diff line change
Expand Up @@ -76,16 +76,15 @@ getWijkanders d =
(((pure . (ymdMonth &&& ymdDay) . view gregorian) d ==) . hasDate)
)
>>> takeWhile
(not
. tagText (or
. ([
BL.isPrefixOf (BL8.pack "Med reservation")
, maybe False (> d) .
(( gregorianValid
. uncurry (YearMonthDay $ ymdYear $ view gregorian d)
) <=< hasDate)
] <*>)
. pure)
(not . tagText
(or . ([
BL.isPrefixOf (BL8.pack "Med reservation")
, maybe False (> d) .
( gregorianValid
. uncurry (YearMonthDay $ ymdYear $ view gregorian d)
<=< hasDate)
] <*>)
. pure)
)

-- The heading is of no use to us.
Expand Down

0 comments on commit 5e104ef

Please sign in to comment.