We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 525691e + 2bd4ceb commit 9e76abeCopy full SHA for 9e76abe
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