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