We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 525691e commit 2bd4cebCopy full SHA for 2bd4ceb
1 file changed
src/Data/Date/Component.purs
@@ -35,7 +35,7 @@ instance enumYear :: Enum Year where
35
instance boundedEnumYear :: BoundedEnum Year where
36
cardinality = Cardinality 547580
37
toEnum n
38
- | n >= (-271821) && n <= 275759 = Just (Year n)
+ | n >= (-271820) && n <= 275759 = Just (Year n)
39
| otherwise = Nothing
40
fromEnum (Year n) = n
41
0 commit comments