pointed-4.2.0.2: Pointed and copointed data

Safe HaskellSafe
LanguageHaskell98

Data.Copointed

Synopsis

Documentation

class Copointed p where Source

Copointed does not require a Functor, as the only relationship between copoint and fmap is given by a free theorem.

Methods

copoint :: p a -> a Source