pointed-5: Pointed and copointed data
Data.Pointed
class Pointed p where Source
Methods
point :: a -> p a Source
Instances