Skip to content

Instantly share code, notes, and snippets.

import Data.Time.Calendar.MonthDay
-- //: Integer Division
(//) :: (Integral t) => t -> t -> t
(//) a b = a `div` b
-- %: Modulo Remainder
(%) :: (Integral t) => t -> t -> t
(%) a b = a `mod` b
[{"property":"http://www.wikidata.org/entity/P1476","url":"http://schema.org/name"},{"property":"http://www.wikidata.org/entity/P2561","url":"http://schema.org/name"},{"property":"http://www.wikidata.org/entity/P361","url":"http://schema.org/isPartOf"},{"property":"http://www.wikidata.org/entity/P2360","url":"http://schema.org/audience"},{"property":"http://www.wikidata.org/entity/P304","url":"http://schema.org/pagination"},{"property":"http://www.wikidata.org/entity/P19","url":"http://schema.org/birthPlace"},{"property":"http://www.wikidata.org/entity/P108","url":"http://schema.org/worksFor"},{"property":"http://www.wikidata.org/entity/P166","url":"http://schema.org/award"},{"property":"http://www.wikidata.org/entity/P175","url":"http://schema.org/byArtist"},{"property":"http://www.wikidata.org/entity/P355","url":"http://schema.org/subOrganization"},{"property":"http://www.wikidata.org/entity/P710","url":"http://schema.org/participant"},{"property":"http://www.wikidata.org/entity/P740","url":"http://schema.o