pointed-3.0.2: Haskell 98 pointed and copointed data
Data.Pointed
class Pointed p where
Methods
point :: a -> p a
Instances