Functor instances for Report, Marker and Note

This commit is contained in:
Ellie Hermaszewska 2023-05-16 11:03:23 +08:00
parent 26266751bc
commit e5145b67c5
No known key found for this signature in database

View File

@ -125,7 +125,7 @@ data Marker msg
Maybe msg
| -- | An empty marker, whose sole purpose is to include a line of code in the report without markers under.
Blank
deriving (Functor, Foldable, Traversable)
deriving (Functor)
instance Eq (Marker msg) where
This _ == This _ = True