pointed-0.1.0: Haskell 98 Pointed and copointed data

Data.Pointed

Synopsis

Documentation

class Pointed p whereSource

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

Methods

point :: a -> p aSource