Update Read1 NonEmpty and Read1 Down

18 Dec
2019
18 Dec
'19
2:32 a.m.
It would be better if liftReadPrec is used instead of liftReadsPrec. instance Read1 NonEmpty where liftReadPrec rp rl = paren $ prec 5 $ do x <- rp Symbol ":|" <- lexP xs <- rl pure (x :| xs)
1980
Age (days ago)
1980
Last active (days ago)
0 comments
1 participants
participants (1)
-
Dannyu NDos