packages feed

pandora-0.4.4: Pandora/Pattern/Functor/Pointable.hs

module Pandora.Pattern.Functor.Pointable where

import Pandora.Pattern.Functor.Covariant (Covariant_)

class Covariant_ t source source => Pointable t source where
	{-# MINIMAL point #-}
	point :: source a (t a)