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