Safe Haskell | Safe-Inferred |
---|
- class Reannotate c where
- reannotate :: (a -> b) -> c a n -> c b n
Documentation
class Reannotate c whereSource
Apply the given function to every annotation in a core thing.
reannotate :: (a -> b) -> c a n -> c b nSource
Safe Haskell | Safe-Inferred |
---|
class Reannotate c whereSource
Apply the given function to every annotation in a core thing.
reannotate :: (a -> b) -> c a n -> c b nSource