packages feed

pandora-0.4.5: 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)